mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-09 14:10:07 +00:00
Use clang++-13 with C++23 on ubuntu-latest (#1930)
This commit is contained in:
parent
ae1eb5f449
commit
763e5bf88f
4
.github/workflows/ci-ubuntu.yml
vendored
4
.github/workflows/ci-ubuntu.yml
vendored
@ -53,8 +53,8 @@ jobs:
|
||||
|
||||
- name: Loop over build_types (Debug, Release) with cpp_standard 23 for compilers supporting that
|
||||
run: |
|
||||
# g++-10 does not support Cpp-23
|
||||
if [ ${{matrix.compiler}} != clang++-13 ] && [ ${{matrix.compiler}} != g++-10 ]
|
||||
# g++-10 does not support C++23
|
||||
if [ ${{matrix.compiler}} != g++-10 ]
|
||||
then
|
||||
cpp_standard=23
|
||||
for build_type in Debug Release
|
||||
|
Loading…
Reference in New Issue
Block a user