From 15d1f78f22dae61c8b261a7c026a4ffe7fb4cc06 Mon Sep 17 00:00:00 2001 From: Tadej Novak Date: Sun, 19 May 2024 14:09:43 +0200 Subject: [PATCH] [ci] Move Linux CI to Ubuntu 24.04 --- .github/workflows/Linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index abc876f..74bb17b 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -38,7 +38,7 @@ concurrency: jobs: build-and-test: name: Build (Qt${{ matrix.qt_version}}, ${{ matrix.compiler }}) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: include: @@ -94,7 +94,7 @@ jobs: libxcb-render-util0 \ libxcb-xinerama0 \ libxcb-xfixes0 \ - libegl1-mesa + libegl1 - name: Install compiler id: install_compiler