Skip to content

Commit

Permalink
ci: Update to macos-12 for iOS build
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 0b3277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,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 0b3277e

Please sign in to comment.