ci: change runner to remote in CI configuration
Some checks failed
CI / test-build (pull_request) Failing after 1m30s

This commit is contained in:
We ball 2025-02-12 11:13:45 +01:00
parent e6eba861e0
commit c8fd5d34ce
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -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