Skip to content

Commit

Permalink
ci: use correct runner
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 19, 2024
1 parent 2b017b5 commit 2d036ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

compile:
name: compile ${{ matrix.target }}
runs-on: ${{ matrix.runs-on && matrix.runs-on || 'ubuntu-latest' }}
runs-on: ${{ matrix.runner }}
needs: check
strategy:
matrix:
Expand Down

0 comments on commit 2d036ae

Please sign in to comment.