We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b758e61 commit d3d0f1bCopy full SHA for d3d0f1b
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
needs: [prepare]
71
runs-on: [self-hosted, ARM64, macOS]
72
strategy:
73
- fail-fast: false
+ fail-fast: true
74
matrix:
75
include:
76
- target: aarch64-apple-darwin
@@ -114,7 +114,7 @@ jobs:
114
env:
115
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
116
117
118
119
120
- target: aarch64-unknown-linux-gnu
@@ -175,7 +175,7 @@ jobs:
175
build-base \
176
bash
177
- name: Checkout Code
178
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
179
with:
180
ref: ${{ needs.prepare.outputs.sha }}
181
- name: Setup rust toolchain
0 commit comments