Skip to content

Commit

Permalink
Revert back to checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Jul 10, 2024
1 parent b758e61 commit d3d0f1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
needs: [prepare]
runs-on: [self-hosted, ARM64, macOS]
strategy:
fail-fast: false
fail-fast: true
matrix:
include:
- target: aarch64-apple-darwin
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
strategy:
fail-fast: false
fail-fast: true
matrix:
include:
- target: aarch64-unknown-linux-gnu
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
build-base \
bash
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ needs.prepare.outputs.sha }}
- name: Setup rust toolchain
Expand Down

0 comments on commit d3d0f1b

Please sign in to comment.