Upgrade SDL CI to 22.04 everywhere

fed up with stuff not working for random reasons.
This commit is contained in:
sfan5 2024-02-16 22:42:49 +01:00
parent 7f11d2f950
commit 6ba6118b8c
1 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,8 @@ jobs:
LIBGL_ALWAYS_SOFTWARE=true xvfb-run ./AutomatedTest ogles2
linux-sdl:
runs-on: ubuntu-20.04
# something is wrong with the SDL cmake files on 20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install deps
@ -105,7 +106,8 @@ jobs:
LIBGL_ALWAYS_SOFTWARE=true xvfb-run ./AutomatedTest opengl3
linux-sdl-gles2:
runs-on: ubuntu-20.04
# something is wrong with the SDL cmake files on 20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install deps