mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
ci: use correct runner
This commit is contained in:
parent
2b017b5428
commit
2d036aee47
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue