mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-10 00:18: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:
|
compile:
|
||||||
name: compile ${{ matrix.target }}
|
name: compile ${{ matrix.target }}
|
||||||
runs-on: ${{ matrix.runs-on && matrix.runs-on || 'ubuntu-latest' }}
|
runs-on: ${{ matrix.runner }}
|
||||||
needs: check
|
needs: check
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue