We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e470e2b commit cbe0d41Copy full SHA for cbe0d41
.github/workflows/ci.yml
@@ -11,6 +11,10 @@ jobs:
11
os: [ubuntu-latest, windows-latest, macos-12]
12
steps:
13
- uses: actions/checkout@v4
14
+ # https://internals.rust-lang.org/t/should-i-expect-rust-1-28-1-30-to-support-building-on-macos-12/17713/2
15
+ - name: Use XCode version compatible with MSRV
16
+ run: xcode-select --switch /Applications/Xcode_13.2.1.app
17
+ if: matrix.os == 'macos-12'
18
- name: Run tests
19
run: cargo test --verbose
20
- name: Verify working directory is clean
0 commit comments