Skip to content

Commit

Permalink
fix: ci.yml, use correct runner (#9824)
Browse files Browse the repository at this point in the history
This was unfortunately hiding because of a rescue script.
  • Loading branch information
ludamad authored Nov 8, 2024
1 parent 0ebd52e commit 3a49cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/setup-runner.yml
with:
username: ${{ needs.configure.outputs.username }}-x86
username: ${{ needs.configure.outputs.username }}
runner_type: builder-x86
secrets: inherit

Expand Down

0 comments on commit 3a49cfb

Please sign in to comment.