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 b50b528 commit e05a38aCopy full SHA for e05a38a
.github/workflows/ci.yml
@@ -126,6 +126,9 @@ jobs:
126
- name: Checkout repository
127
uses: actions/checkout@v2
128
with: {submodules: true}
129
+ - name: Change to older toolchain
130
+ if: matrix.os == 'macos'
131
+ run: sudo xcode-select -s "/Applications/Xcode_11.7.app"
132
- name: Install Rust (${{matrix.rust}})
133
uses: actions-rs/toolchain@v1
134
with: {toolchain: '${{matrix.rust}}', profile: minimal, override: true}
0 commit comments