Skip to content

Commit

Permalink
Add Clang 18 CI build; drop Clang 16 build (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 14, 2024
1 parent 220de00 commit 7610084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
compiler:
- gcc:13
- gcc:12
- clang:18
- clang:17
- clang:16
container:
image: "registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}"
name: "${{ matrix.compiler }}"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
- COMPILER: gcc
VERSION: [13, 12]
- COMPILER: clang
VERSION: [17, 16]
VERSION: [18, 17]
image: registry.gitlab.com/offa/docker-images/${COMPILER}:${VERSION}
script:
- script/ci_setup.sh
Expand Down

0 comments on commit 7610084

Please sign in to comment.