Skip to content

Commit abff104

Browse files
committed
ci: Run meson job on Ubuntu 24.04 as well
1 parent cd5487f commit abff104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575

7676
check-meson:
7777
name: Ubuntu 22.04 meson build
78-
runs-on: ubuntu-22.04
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)