Skip to content

Commit e05a38a

Browse files
committed
change to older mac toolchain
1 parent b50b528 commit e05a38a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ 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"
129132
- name: Install Rust (${{matrix.rust}})
130133
uses: actions-rs/toolchain@v1
131134
with: {toolchain: '${{matrix.rust}}', profile: minimal, override: true}

0 commit comments

Comments
 (0)