Skip to content

Commit

Permalink
[ci] Move Linux CI to Ubuntu 24.04 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej authored May 19, 2024
1 parent f939472 commit 020e3bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
libxcb-render-util0 \
libxcb-xinerama0 \
libxcb-xfixes0 \
libegl1-mesa
libegl1
- name: Install compiler
id: install_compiler
Expand All @@ -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
Expand Down

0 comments on commit 020e3bc

Please sign in to comment.