From 02028c251575a6ef4082b8e064941687d08f9a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:16:34 +0100 Subject: [PATCH] Update build.yml: Upgrade bionic -> jammy for non-SDL builds --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f821f5dc..1e80f7fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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