Skip to content

Commit e4279a2

Browse files
committed
Add silkeh/clang:17-bookworm
1 parent 2f24de5 commit e4279a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ jobs:
333333
- clang: 16
334334
std: 20
335335
container_suffix: "-bullseye"
336+
- clang: 17
337+
std: 20
338+
container_suffix: "-bookworm"
336339

337340
name: "🐍 3 • Clang ${{ matrix.clang }} • C++${{ matrix.std }} • x64"
338341
container: "silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"

0 commit comments

Comments
 (0)