We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d61ac commit adca042Copy full SHA for adca042
1 file changed
.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: maxim-lobanov/setup-xcode@v1
30
if: ${{ matrix.os == 'macos-latest' && matrix.rust == '1.56.0' }}
31
with:
32
- xcode-version: 13
+ xcode-version: latest-stable
33
- uses: actions-rs/toolchain@v1
34
35
profile: minimal
0 commit comments