Skip to content

Commit 8fd2dfb

Browse files
committed
meson CI: update GCC to 13
Signed-off-by: Rosen Penev <[email protected]> (cherry picked from commit 0de650d)
1 parent 26c5703 commit 8fd2dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_PR_meson.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Linux-GCC${{matrix.cxx}}-deps=${{matrix.deps}}
1313
strategy:
1414
matrix:
15-
cxx: ['7', '11']
15+
cxx: ['7', '13']
1616
deps: ['forcefallback', 'default']
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)