Skip to content

Commit

Permalink
Fix build runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jan 4, 2025
1 parent 6637e54 commit 4fd65fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
needs: prepare
if: >-
github.repository == 'llvm/llvm-project'
runs-on: ${{ needs.prepare.outputs.runs-on }}
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
steps:

- name: Checkout Actions
Expand Down Expand Up @@ -322,8 +322,8 @@ jobs:
upload \
--files ${{ needs.prepare.outputs.release-binary-filename }}*
test-stage3:
name: "Test Stage 3"
test-release:
name: "Test Release"
needs:
- prepare
- build-release-package
Expand Down

0 comments on commit 4fd65fb

Please sign in to comment.