Skip to content

Commit

Permalink
Use Xcode 13 on macOS for Rust 1.48.0
Browse files Browse the repository at this point in the history
To workaround rust-lang/rust#103044
  • Loading branch information
messense committed Nov 28, 2022
1 parent 4735528 commit 4cd679a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: maxim-lobanov/setup-xcode@v1
if: ${{ matrix.os == 'macos-latest' && matrix.toolchain == '1.48.0' }}
with:
xcode-version: 13
- name: Cargo build
run: cargo build

Expand Down

0 comments on commit 4cd679a

Please sign in to comment.