From 6ba6118b8cd3585867a6104b48ec5f1a8a46d9d1 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 16 Feb 2024 22:42:49 +0100 Subject: [PATCH] Upgrade SDL CI to 22.04 everywhere fed up with stuff not working for random reasons. --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86d77553..d8d10f3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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