mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 05:30:06 +00:00
Add g++-12 to MacOS workflow. (#1945)
This commit is contained in:
parent
d86b49ca04
commit
3ab9238e91
4
.github/workflows/ci-macos.yml
vendored
4
.github/workflows/ci-macos.yml
vendored
@ -12,8 +12,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-12, macos-13]
|
||||
# gcc-12 and gcc-13 fail on some very innocent code... excluding them for now
|
||||
compiler: [clang++]
|
||||
# gcc-13 fails on some very innocent code... excluding them for now
|
||||
compiler: [clang++, g++-12]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user