Skip to content

Commit

Permalink
refactor: fix MacOS build step
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Jul 25, 2024
1 parent 9634b0f commit a8bf979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- macos
- windows
runs-on: ${{ (matrix.platform == 'windows' && 'windows-latest')
|| 'macos-11' }}
|| 'macos-13' }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
Expand All @@ -151,7 +151,7 @@ jobs:
# Pin Xcode version for better compatibility.
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "12.4"
xcode-version: "15.2"
if: ${{ matrix.platform == 'macos' }}

- run: make cargo.build platform=${{ matrix.platform }} debug=no
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8bf979

Please sign in to comment.