ci: change runner to remote in CI configuration
Some checks failed
CI / test-build (pull_request) Failing after 1m30s
Some checks failed
CI / test-build (pull_request) Failing after 1m30s
This commit is contained in:
parent
e6eba861e0
commit
c8fd5d34ce
@ -6,7 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test-build:
|
test-build:
|
||||||
name: test-build
|
name: test-build
|
||||||
runs-on: ubuntu-latest
|
runs-on: remote
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user