Skip to content

Commit

Permalink
Update CodeQL and system tests to GCC 14
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed May 24, 2024
1 parent db87e80 commit 24c4809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
codeql:
runs-on: ubuntu-latest
container:
image: "registry.gitlab.com/offa/docker-images/gcc:12"
image: "registry.gitlab.com/offa/docker-images/gcc:14"
name: "CodeQL"
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/systemtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- true
- false
container:
image: "registry.gitlab.com/offa/docker-images/gcc-12:stable"
image: "registry.gitlab.com/offa/docker-images/gcc:14"
services:
influxdb:
image: influxdb:${{ matrix.influx_version }}
Expand Down

0 comments on commit 24c4809

Please sign in to comment.