Skip to content

Commit d821788

Browse files
authored
Add clang15 C++20 job (#4443)
1 parent a34596b commit d821788

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ jobs:
280280
- dev
281281
std:
282282
- 11
283+
container_suffix:
284+
- ""
283285
include:
284286
- clang: 5
285287
std: 14
@@ -293,9 +295,12 @@ jobs:
293295
std: 20
294296
- clang: 14
295297
std: 20
298+
- clang: 15
299+
std: 20
300+
container_suffix: "-bullseye"
296301

297302
name: "🐍 3 • Clang ${{ matrix.clang }} • C++${{ matrix.std }} • x64"
298-
container: "silkeh/clang:${{ matrix.clang }}"
303+
container: "silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"
299304

300305
steps:
301306
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)