Skip to content

Commit

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

macos:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
Expand All @@ -104,7 +104,7 @@ jobs:

apple-cross-compile:
name: iOS
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 5a87858

Please sign in to comment.