mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
updating github actions
This commit is contained in:
parent
3636c7ae90
commit
1c629bc040
44
.github/workflows/cd.yml
vendored
44
.github/workflows/cd.yml
vendored
@ -9,9 +9,9 @@ jobs:
|
|||||||
make_linux_x86_64_gui_debug_build:
|
make_linux_x86_64_gui_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -29,9 +29,9 @@ jobs:
|
|||||||
make_linux_x86_64_server_debug_build:
|
make_linux_x86_64_server_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -49,9 +49,9 @@ jobs:
|
|||||||
make_linux_arm64_gui_debug_build:
|
make_linux_arm64_gui_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -69,9 +69,9 @@ jobs:
|
|||||||
make_linux_arm64_server_debug_build:
|
make_linux_arm64_server_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -89,9 +89,9 @@ jobs:
|
|||||||
make_mac_x86_64_gui_debug_build:
|
make_mac_x86_64_gui_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -109,9 +109,9 @@ jobs:
|
|||||||
make_mac_x86_64_server_debug_build:
|
make_mac_x86_64_server_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -129,9 +129,9 @@ jobs:
|
|||||||
make_mac_arm64_gui_debug_build:
|
make_mac_arm64_gui_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -149,9 +149,9 @@ jobs:
|
|||||||
make_mac_arm64_server_debug_build:
|
make_mac_arm64_server_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -169,9 +169,9 @@ jobs:
|
|||||||
make_windows_x86_gui_debug_build:
|
make_windows_x86_gui_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -189,9 +189,9 @@ jobs:
|
|||||||
make_windows_x86_server_debug_build:
|
make_windows_x86_server_debug_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -209,9 +209,9 @@ jobs:
|
|||||||
make_sphinx_docs:
|
make_sphinx_docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
|
|||||||
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -16,9 +16,9 @@ jobs:
|
|||||||
check_linux:
|
check_linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -33,9 +33,9 @@ jobs:
|
|||||||
build_and_test_linux:
|
build_and_test_linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -54,9 +54,9 @@ jobs:
|
|||||||
spinoff_test_linux:
|
spinoff_test_linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -75,9 +75,9 @@ jobs:
|
|||||||
feature_set_copy_test_linux:
|
feature_set_copy_test_linux:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
# Remove this once we upgrade to 3.12.
|
# Remove this once we upgrade to 3.12.
|
||||||
@ -102,9 +102,9 @@ jobs:
|
|||||||
build_and_test_windows:
|
build_and_test_windows:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user