Skip to content

Commit 4fd65fb

Browse files
committed
Fix build runner name
1 parent 6637e54 commit 4fd65fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
needs: prepare
180180
if: >-
181181
github.repository == 'llvm/llvm-project'
182-
runs-on: ${{ needs.prepare.outputs.runs-on }}
182+
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
183183
steps:
184184

185185
- name: Checkout Actions
@@ -322,8 +322,8 @@ jobs:
322322
upload \
323323
--files ${{ needs.prepare.outputs.release-binary-filename }}*
324324
325-
test-stage3:
326-
name: "Test Stage 3"
325+
test-release:
326+
name: "Test Release"
327327
needs:
328328
- prepare
329329
- build-release-package

0 commit comments

Comments
 (0)