mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-21 20:00:11 +00:00
Remove macos-12 from workflow. (#1986)
This commit is contained in:
parent
6e5489fcd9
commit
17a245e6ec
4
.github/workflows/ci-macos.yml
vendored
4
.github/workflows/ci-macos.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-12, macos-13]
|
||||
# g++-13 fails on macos-12 and macos-13 with some error in stdio.h !
|
||||
os: [macos-13]
|
||||
# g++-13 fails on and macos-13 with some error in stdio.h !
|
||||
compiler: [clang++, g++-12, g++-14]
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user