mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Remove clang++12 from the Ubuntu CI. (#1669)
This commit is contained in:
parent
c0fa16710b
commit
f3cdc24a13
1
.github/workflows/ci-ubuntu.yml
vendored
1
.github/workflows/ci-ubuntu.yml
vendored
@ -16,7 +16,6 @@ jobs:
|
|||||||
- {cxx: "g++-9", c: "gcc-9"}
|
- {cxx: "g++-9", c: "gcc-9"}
|
||||||
- {cxx: "g++-10", c: "gcc-10"}
|
- {cxx: "g++-10", c: "gcc-10"}
|
||||||
- {cxx: "g++-11", c: "gcc-11"}
|
- {cxx: "g++-11", c: "gcc-11"}
|
||||||
- {cxx: "clang++-12", c: "clang-12"}
|
|
||||||
- {cxx: "clang++-13", c: "clang-13"}
|
- {cxx: "clang++-13", c: "clang-13"}
|
||||||
- {cxx: "clang++-14", c: "clang-14"}
|
- {cxx: "clang++-14", c: "clang-14"}
|
||||||
cxx_standard: [11, 14, 17, 20]
|
cxx_standard: [11, 14, 17, 20]
|
||||||
|
@ -13979,7 +13979,7 @@ namespace VULKAN_HPP_NAMESPACE
|
|||||||
# elif defined( __APPLE__ )
|
# elif defined( __APPLE__ )
|
||||||
m_library = dlopen( "libvulkan.dylib", RTLD_NOW | RTLD_LOCAL );
|
m_library = dlopen( "libvulkan.dylib", RTLD_NOW | RTLD_LOCAL );
|
||||||
# elif defined( _WIN32 )
|
# elif defined( _WIN32 )
|
||||||
m_library = ::LoadLibraryA( "vulkan-1.dll" );
|
m_library = ::LoadLibraryA( "vulkan-1.dll" );
|
||||||
# else
|
# else
|
||||||
# error unsupported platform
|
# error unsupported platform
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user