Update build.yml: Upgrade bionic -> jammy for non-SDL builds

This commit is contained in:
Lars Müller
2024-01-05 01:16:34 +01:00
committed by Lars Mueller
parent a2b6244f54
commit 02028c2515

View File

@ -10,7 +10,7 @@ jobs:
linux-gl:
runs-on: ubuntu-latest
container:
image: ubuntu:bionic
image: ubuntu:jammy
env: { LANG: "C.UTF-8" }
steps:
- uses: actions/checkout@v3
@ -41,7 +41,7 @@ jobs:
linux-gles:
runs-on: ubuntu-latest
container:
image: ubuntu:bionic
image: ubuntu:jammy
env: { LANG: "C.UTF-8" }
steps:
- uses: actions/checkout@v3