mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Remove gcc-11 for builds on macos (#1942)
This commit is contained in:
parent
b2c409dd31
commit
61bc93f955
8
.github/workflows/ci-macos.yml
vendored
8
.github/workflows/ci-macos.yml
vendored
@ -12,12 +12,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-12, macos-13]
|
os: [macos-12, macos-13]
|
||||||
# g++-12 and g++13 fail on some very innocent code... excluding them for now
|
# gcc-12 and gcc-13 fail on some very innocent code... excluding them for now
|
||||||
compiler: [clang++, g++-11]
|
compiler: [clang++]
|
||||||
exclude:
|
|
||||||
# g++-11 fails on macos-13 with some linker assertion... excluding it for now
|
|
||||||
- os: macos-13
|
|
||||||
compiler: g++-11
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user