Skip to content

Commit

Permalink
Add Ubuntu 24.04 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Mar 14, 2024
1 parent 8b860a1 commit 1eea47f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
image:
- "ubuntu:20.04"
- "ubuntu:22.04"
- "ubuntu:24.04"
backend:
- Pulseaudio
- Portaudio
Expand All @@ -36,13 +37,13 @@ jobs:
appstream \
desktop-file-utils
- name: Install Qt5
if: matrix.image != 'ubuntu:22.04'
if: matrix.image == 'ubuntu:20.04'
run: |
apt-get install -y \
qt5-default \
libqt5svg5-dev
- name: Install Qt6
if: matrix.image == 'ubuntu:22.04'
if: matrix.image != 'ubuntu:20.04'
run: |
apt-get install -y \
qt6-base-dev \
Expand All @@ -60,10 +61,8 @@ jobs:
working-directory: build
run: make -j4
- name: Validate desktop entry
if: matrix.image != 'ubuntu:18.04'
run: desktop-file-validate dk.gqrx.gqrx.desktop
- name: Validate appstream metadata
if: matrix.image != 'ubuntu:18.04'
run: appstreamcli validate dk.gqrx.gqrx.appdata.xml
macos-build:
name: MacOS CI
Expand Down

0 comments on commit 1eea47f

Please sign in to comment.