mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Use clang++-15 with Cpp-23 on ubuntu-latest (#1920)
This commit is contained in:
parent
e3b0737d57
commit
a4cbf9c027
3
.github/workflows/ci-ubuntu.yml
vendored
3
.github/workflows/ci-ubuntu.yml
vendored
@ -53,7 +53,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Loop over build_types (Debug, Release) with cpp_standard 23 for g++-11 and above only
|
- name: Loop over build_types (Debug, Release) with cpp_standard 23 for g++-11 and above only
|
||||||
run: |
|
run: |
|
||||||
if [ ${{matrix.compiler}} == g++-11 ] || [ ${{matrix.compiler}} == g++-12 ] || [ ${{matrix.compiler}} == g++-13 ]
|
# g++-10 does not support Cpp-23
|
||||||
|
if [ ${{matrix.compiler}} == clang++-15 ] || [ ${{matrix.compiler}} == g++-11 ] || [ ${{matrix.compiler}} == g++-12 ]
|
||||||
then
|
then
|
||||||
cpp_standard=23
|
cpp_standard=23
|
||||||
for build_type in Debug Release
|
for build_type in Debug Release
|
||||||
|
Loading…
Reference in New Issue
Block a user