mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +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
|
- name: Loop over build_types (Debug, Release) with cpp_standard 23 for compilers supporting that
|
||||||
run: |
|
run: |
|
||||||
# g++-10 does not support Cpp-23
|
# g++-10 does not support C++23
|
||||||
if [ ${{matrix.compiler}} != clang++-13 ] && [ ${{matrix.compiler}} != g++-10 ]
|
if [ ${{matrix.compiler}} != g++-10 ]
|
||||||
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