Skip to content

Commit f4e1568

Browse files
Run gcc 13 under ubuntu 24.04 image (#1076)
Signed-off-by: Neil Henderson <[email protected]>
1 parent 8511298 commit f4e1568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/regression-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
compiler: [g++-10, g++-13, clang++-15]
23+
compiler: [g++-10, clang++-15]
2424
include:
25+
- os: ubuntu-24.04
26+
compiler: g++-13
2527
- os: ubuntu-20.04
2628
compiler: clang++-12
2729
- os: macos-14

0 commit comments

Comments
 (0)