mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 13:40:08 +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
|
||||
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
|
||||
cpp_standard=23
|
||||
for build_type in Debug Release
|
||||
|
Loading…
Reference in New Issue
Block a user