Skip to content

Commit a98d4dd

Browse files
committed
Add GCC 15 CI build
1 parent cb0b1c3 commit a98d4dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
compiler:
11+
- gcc:15
1112
- gcc:14
12-
- gcc:13
1313
- clang:20
1414
- clang:19
1515
container:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
codeql:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: "registry.gitlab.com/offa/docker-images/gcc:14"
13+
image: "registry.gitlab.com/offa/docker-images/gcc:15"
1414
name: "CodeQL"
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)