Skip to content

Commit

Permalink
ci: Update MacOS to latest OS (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-lunarg authored Oct 17, 2024
1 parent c617142 commit 6ef0deb
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 @@ -89,7 +89,7 @@ jobs:
run: python scripts/github_ci_build_desktop.py --config release

macos:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
Expand All @@ -103,7 +103,7 @@ jobs:
- run: cmake --install build --prefix /tmp

iOS:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 6ef0deb

Please sign in to comment.