We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34596b commit d821788Copy full SHA for d821788
.github/workflows/ci.yml
@@ -280,6 +280,8 @@ jobs:
280
- dev
281
std:
282
- 11
283
+ container_suffix:
284
+ - ""
285
include:
286
- clang: 5
287
std: 14
@@ -293,9 +295,12 @@ jobs:
293
295
std: 20
294
296
- clang: 14
297
298
+ - clang: 15
299
+ std: 20
300
+ container_suffix: "-bullseye"
301
302
name: "🐍 3 • Clang ${{ matrix.clang }} • C++${{ matrix.std }} • x64"
- container: "silkeh/clang:${{ matrix.clang }}"
303
+ container: "silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"
304
305
steps:
306
- uses: actions/checkout@v3
0 commit comments