trying newer ubuntu

This commit is contained in:
Eric Froemling 2023-05-31 10:44:04 -07:00
parent 975e223380
commit a008c9c5f0
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -14,7 +14,7 @@ jobs:
# 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.
check_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
@ -29,7 +29,7 @@ jobs:
# Compile just a server binary but don't run asset builds/etc.
# (to spare my asset file server)
compile_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
@ -43,7 +43,7 @@ jobs:
# added or removed or other changes made.
# (How ballisticakit becomes bombsquad/etc.)
spinoff_test_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python