Skip to content

Commit 8227260

Browse files
authored
Merge pull request #244 from offa/ci
Update CodeQL and system tests to GCC 14
2 parents db87e80 + 24c4809 commit 8227260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
codeql:
99
runs-on: ubuntu-latest
1010
container:
11-
image: "registry.gitlab.com/offa/docker-images/gcc:12"
11+
image: "registry.gitlab.com/offa/docker-images/gcc:14"
1212
name: "CodeQL"
1313
steps:
1414
- name: Checkout

.github/workflows/systemtest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- true
1414
- false
1515
container:
16-
image: "registry.gitlab.com/offa/docker-images/gcc-12:stable"
16+
image: "registry.gitlab.com/offa/docker-images/gcc:14"
1717
services:
1818
influxdb:
1919
image: influxdb:${{ matrix.influx_version }}

0 commit comments

Comments
 (0)