mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-09 14:10:07 +00:00
Add g++-14 to MacOS workflow (#1948)
This commit is contained in:
parent
3ab9238e91
commit
1069a086a6
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-13 fails on some very innocent code... excluding them for now
|
||||
compiler: [clang++, g++-12]
|
||||
# g++-13 fails on macos-12 and macos-13 with some error in stdio.h !
|
||||
compiler: [clang++, g++-12, g++-14]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user