Skip to content

Commit

Permalink
Add GCC 14 CI build (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed May 24, 2024
1 parent 7610084 commit ff2e871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
compiler:
- gcc:14
- gcc:13
- gcc:12
- clang:18
- clang:17
container:
Expand Down
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
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
parallel:
matrix:
- COMPILER: gcc
VERSION: [13, 12]
VERSION: [14, 13]
- COMPILER: clang
VERSION: [18, 17]
image: registry.gitlab.com/offa/docker-images/${COMPILER}:${VERSION}
Expand All @@ -15,7 +15,7 @@ build:
- script/ci_build.sh -asan -ubsan

coverage:
image: registry.gitlab.com/offa/docker-images/gcc:12
image: registry.gitlab.com/offa/docker-images/gcc:14
script:
- script/ci_setup.sh
- script/ci_build.sh -cov
Expand Down

0 comments on commit ff2e871

Please sign in to comment.