Skip to content

Commit e660d04

Browse files
committed
Add Clang 21 CI build
1 parent b6e0175 commit e660d04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
compiler:
1515
- gcc:15
1616
- gcc:14
17+
- clang:21
1718
- clang:20
18-
- clang:19
1919
container:
2020
image: "registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}"
2121
name: "${{ matrix.compiler }}"

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
- COMPILER: gcc
99
VERSION: [15, 14]
1010
- COMPILER: clang
11-
VERSION: [20, 19]
11+
VERSION: [21, 20]
1212
image: registry.gitlab.com/offa/docker-images/${COMPILER}:${VERSION}
1313
script:
1414
- script/ci_setup.sh

0 commit comments

Comments
 (0)