mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
trying newer ubuntu
This commit is contained in:
parent
975e223380
commit
a008c9c5f0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
# We run most of our testing only on linux but it should apply to mac too;
|
# We run most of our testing only on linux but it should apply to mac too;
|
||||||
# we can always add an explicit mac job later if it seems worthwhile.
|
# we can always add an explicit mac job later if it seems worthwhile.
|
||||||
check_linux:
|
check_linux:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
# Compile just a server binary but don't run asset builds/etc.
|
# Compile just a server binary but don't run asset builds/etc.
|
||||||
# (to spare my asset file server)
|
# (to spare my asset file server)
|
||||||
compile_linux:
|
compile_linux:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
@ -43,7 +43,7 @@ jobs:
|
|||||||
# added or removed or other changes made.
|
# added or removed or other changes made.
|
||||||
# (How ballisticakit becomes bombsquad/etc.)
|
# (How ballisticakit becomes bombsquad/etc.)
|
||||||
spinoff_test_linux:
|
spinoff_test_linux:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user