Revert "Use yesterday's rustc on OSX as the release binaries were built with it"
authorMatt Corallo <git@bluematt.me>
Fri, 10 Mar 2023 18:25:37 +0000 (18:25 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 17 Mar 2023 23:18:02 +0000 (23:18 +0000)
This reverts commit df806a3a7287441c2f27cb44135e3cb06ee83b42.

.github/workflows/build.yml

index 7e3a25ff437cb4914d2b471d97367666f6e8e22c..d612a3dbe1aa24ca4dbd9d02f9ccf9da9226120e 100644 (file)
@@ -358,10 +358,6 @@ jobs:
         uses: actions/checkout@v2
         with:
           fetch-depth: 0
-      - name: Temporarily use rustc from yesterday
-        run: |
-          rustup install 1.67.1
-          rustup default 1.67.1
       - name: Fetch upstream LLVM/clang snapshot
         run: |
           git config --global safe.directory '*'