Skip to content

Commit 52b3ae7

Browse files
committed
Use yesterday's rustc on OSX as the release binaries were built with it
1 parent 927149c commit 52b3ae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,10 @@ jobs:
352352
fail-fast: false
353353
runs-on: ${{ matrix.platform }}
354354
steps:
355+
- name: Temporarily use rustc from yesterday
356+
run: |
357+
rustup install 1.67.1
358+
rustup default 1.67.1
355359
- name: Install other Rust platforms
356360
run: rustup target install aarch64-apple-darwin
357361
- name: Checkout source code

0 commit comments

Comments
 (0)