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