mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 13:40:08 +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:
|
||||
matrix:
|
||||
os: [macos-12, macos-13]
|
||||
# g++-12 and g++13 fail on some very innocent code... excluding them for now
|
||||
compiler: [clang++, g++-11]
|
||||
exclude:
|
||||
# g++-11 fails on macos-13 with some linker assertion... excluding it for now
|
||||
- os: macos-13
|
||||
compiler: g++-11
|
||||
# gcc-12 and gcc-13 fail on some very innocent code... excluding them for now
|
||||
compiler: [clang++]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user