Skip to content

Commit

Permalink
Upgrade to macos-13 runner on CI due to macos-12 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 4, 2024
1 parent d8cc937 commit b8799ef
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 @@ -137,7 +137,7 @@ jobs:
- linux
- macos
- windows
runs-on: ${{ (matrix.platform == 'macos' && 'macos-12')
runs-on: ${{ (matrix.platform == 'macos' && 'macos-13')
|| (matrix.platform == 'windows' && 'windows-latest')
|| 'ubuntu-latest' }}
steps:
Expand All @@ -160,7 +160,7 @@ jobs:
# Pin Xcode version for better compatibility.
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "13.1"
xcode-version: "14.1"
if: ${{ matrix.platform == 'macos' }}

- run: make cargo.build platform=${{ matrix.platform }} debug=no
Expand Down

0 comments on commit b8799ef

Please sign in to comment.