Skip to content

Commit 19b85e1

Browse files
authored
Merge pull request #294 from offa/gcc15
Add GCC 15 CI build
2 parents 7520bdf + d9deb7e commit 19b85e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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
boost:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
codeql:
1616
runs-on: ubuntu-latest
1717
container:
18-
image: "registry.gitlab.com/offa/docker-images/gcc:14"
18+
image: "registry.gitlab.com/offa/docker-images/gcc:15"
1919
name: "CodeQL"
2020
steps:
2121
- name: Checkout

.github/workflows/systemtest.yml

Lines changed: 1 addition & 1 deletion
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:14"
16+
image: "registry.gitlab.com/offa/docker-images/gcc:15"
1717
services:
1818
influxdb:
1919
image: influxdb:${{ matrix.influx_version }}

0 commit comments

Comments
 (0)