ci: change runner to remote in CI configuration

This commit is contained in:
Jan Gleytenhoover 2025-02-12 11:13:45 +01:00 committed by jank1619
parent e270b8abe5
commit d1aa0222a1

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