Skip to content

Commit

Permalink
Update github actions to macos-13
Browse files Browse the repository at this point in the history
macos-12 runners are being deprecated.
  • Loading branch information
charles-lunarg committed Oct 18, 2024
1 parent 4b043de commit 2d2d46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- run: cmake --install build --prefix build/install

mac:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
config: [ Debug, Release ]
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:

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

0 comments on commit 2d2d46f

Please sign in to comment.