Skip to content

Commit 4cd679a

Browse files
committed
Use Xcode 13 on macOS for Rust 1.48.0
To workaround rust-lang/rust#103044
1 parent 4735528 commit 4cd679a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
uses: dtolnay/rust-toolchain@master
2626
with:
2727
toolchain: ${{ matrix.toolchain }}
28+
- uses: maxim-lobanov/setup-xcode@v1
29+
if: ${{ matrix.os == 'macos-latest' && matrix.toolchain == '1.48.0' }}
30+
with:
31+
xcode-version: 13
2832
- name: Cargo build
2933
run: cargo build
3034

0 commit comments

Comments
 (0)