Skip to content

Commit 8506cf3

Browse files
committed
CI: Revert macos special casing on static build
1 parent db0efa3 commit 8506cf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ jobs:
126126
- name: Checkout repository
127127
uses: actions/checkout@v2
128128
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"
132129
- name: Install Rust (${{matrix.rust}})
133130
uses: actions-rs/toolchain@v1
134131
with: {toolchain: '${{matrix.rust}}', profile: minimal, override: true}

0 commit comments

Comments
 (0)