Skip to content

Commit

Permalink
ci: Remove macos-11 builds
Browse files Browse the repository at this point in the history
CMake 3.28 is having issues with the macos-11 runner.
  • Loading branch information
mikes-lunarg committed Dec 8, 2023
1 parent e732f15 commit 7ccabf1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,19 +322,12 @@ jobs:
run: ctest --output-on-failure -C ${{matrix.config}}

mac:
runs-on: ${{matrix.os}}
runs-on: macos-12

strategy:
matrix:
config: [ Debug, Release ]
os: [ macos-11, macos-12 ]
static_build: [ APPLE_STATIC_LOADER=ON, APPLE_STATIC_LOADER=OFF ]
exclude:
- os: macos-latest
static_build: APPLE_STATIC_LOADER=ON
- config: Debug
os: macos-11
static_build: APPLE_STATIC_LOADER=ON

steps:
- uses: actions/checkout@v4
Expand All @@ -357,7 +350,7 @@ jobs:

apple-cross-compile:
name: ${{ matrix.CMAKE_SYSTEM_NAME }}
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
CMAKE_SYSTEM_NAME: [ iOS, tvOS ]
Expand Down

0 comments on commit 7ccabf1

Please sign in to comment.