Commit f14bb03d by Ralf W. Grosse-Kunstleve Committed by Henry Schreiner

Add clang15 C++20 job (#4443)

parent 0ed64a04
...@@ -280,6 +280,8 @@ jobs: ...@@ -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: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment