From c29a9d5701a904a48f9046e272070825f43bf566 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index abc876f..20de2a9 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 @@ -118,7 +118,7 @@ jobs: libjpeg8 \ libjson-perl \ libperlio-gzip-perl \ - libtiff5 \ + libtiff6 \ libwebp7 git clone https://github.com/linux-test-project/lcov.git -b v2.0