Skip to content

Commit db166bc

Browse files
committed
ci: Run meson job on Ubuntu 24.04 as well
1 parent 31a3758 commit db166bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
run: make -j $(getconf _NPROCESSORS_ONLN)
7575

7676
check-meson:
77-
name: Ubuntu 22.04 meson build
78-
runs-on: ubuntu-22.04
77+
name: Ubuntu meson build
78+
runs-on: ${{ matrix.os }}
7979
strategy:
8080
matrix:
81+
os: ['ubuntu-22.04', 'ubuntu-24.04']
8182
compiler: ['gcc', 'clang']
8283

8384
env:
84-
UBUNTU_VERSION: '22.04'
8585
CC: ${{ matrix.compiler }}
8686
BASE_CFLAGS: -Wp,-D_FORTIFY_SOURCE=2
8787
BUILDDIR: builddir

0 commit comments

Comments
 (0)