Use yesterday's rustc on OSX as the release binaries were built with it v0.0.114.0
authorMatt Corallo <git@bluematt.me>
Thu, 9 Mar 2023 20:51:46 +0000 (20:51 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 9 Mar 2023 21:44:11 +0000 (21:44 +0000)
.github/workflows/build.yml

index d612a3dbe1aa24ca4dbd9d02f9ccf9da9226120e..ce0afd2e99955f3e0fd3e3a2c07cf6c1e5966f04 100644 (file)
@@ -352,6 +352,10 @@ jobs:
       fail-fast: false
     runs-on: ${{ matrix.platform }}
     steps:
+      - name: Temporarily use rustc from yesterday
+        run: |
+          rustup install 1.67.1
+          rustup default 1.67.1
       - name: Install other Rust platforms
         run: rustup target install aarch64-apple-darwin
       - name: Checkout source code