Update build.yml

This commit is contained in:
sfan5 2024-01-16 18:14:29 +01:00 committed by GitHub
parent 215f2b1ddd
commit 0cc92f977a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,8 @@ jobs:
path: ./irrlicht-linux.tar.gz
linux-gles:
runs-on: ubuntu-20.04
# 20.04 is broken in CI for unknown reasons (not our bug)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install deps
@ -79,7 +80,8 @@ jobs:
./AutomatedTest null
linux-sdl-gl3:
runs-on: ubuntu-20.04
# 20.04 is broken in CI for unknown reasons (not our bug)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install deps