mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 13:40:08 +00:00
Add macos-13 to workflow. (#1865)
This commit is contained in:
parent
1bbd615b15
commit
5c9e9edf07
9
.github/workflows/ci-macos.yml
vendored
9
.github/workflows/ci-macos.yml
vendored
@ -7,12 +7,19 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-12
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-12, macos-13]
|
||||
# g++-12 fails on some very innocent code... excluding it for now
|
||||
compiler: [clang++, g++-11, g++-13]
|
||||
exclude:
|
||||
# g++-11 and g++-13 fails on macos-13 with some linker assertion... excluing it for now
|
||||
- os: macos-13
|
||||
compiler: g++-11
|
||||
- os: macos-13
|
||||
compiler: g++-13
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user