We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0b1c3 commit a98d4ddCopy full SHA for a98d4dd
2 files changed
.github/workflows/ci.yml
@@ -8,8 +8,8 @@ jobs:
8
strategy:
9
matrix:
10
compiler:
11
+ - gcc:15
12
- gcc:14
- - gcc:13
13
- clang:20
14
- clang:19
15
container:
.github/workflows/codeql.yml
@@ -10,7 +10,7 @@ jobs:
codeql:
runs-on: ubuntu-latest
- image: "registry.gitlab.com/offa/docker-images/gcc:14"
+ image: "registry.gitlab.com/offa/docker-images/gcc:15"
name: "CodeQL"
steps:
16
- name: Checkout
0 commit comments