From a008c9c5f090885e33ce5b328a63a0b461ddeabc Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 31 May 2023 10:44:04 -0700 Subject: [PATCH] trying newer ubuntu --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7adeb118..c9f9e8cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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