mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: 🔧 Use standard Github runners for the publish runtime task (#225)
This commit is contained in:
parent
f934707d7c
commit
678a8fb161
1 changed files with 1 additions and 2 deletions
3
.github/workflows/task-publish-runtime.yml
vendored
3
.github/workflows/task-publish-runtime.yml
vendored
|
|
@ -46,8 +46,7 @@ jobs:
|
|||
|
||||
build-srtool-runtimes:
|
||||
needs: ["setup-scripts", "read-rust-version"]
|
||||
runs-on:
|
||||
group: DH-runners
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue