Merge branch 'pybind:master' into master

This commit is contained in:
Steve R. Sun 2023-01-14 09:43:44 +08:00 committed by GitHub
commit b2b6271281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,6 +280,8 @@ jobs:
- dev - dev
std: std:
- 11 - 11
container_suffix:
- ""
include: include:
- clang: 5 - clang: 5
std: 14 std: 14
@ -293,9 +295,12 @@ jobs:
std: 20 std: 20
- clang: 14 - clang: 14
std: 20 std: 20
- clang: 15
std: 20
container_suffix: "-bullseye"
name: "🐍 3 • Clang ${{ matrix.clang }} • C++${{ matrix.std }} • x64" name: "🐍 3 • Clang ${{ matrix.clang }} • C++${{ matrix.std }} • x64"
container: "silkeh/clang:${{ matrix.clang }}" container: "silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3