Skip to content

Commit 883ded0

Browse files
committed
ci: use github runners instead of self-hosted
1 parent 94ae0a0 commit 883ded0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
test:
1515
name: Run tests on Node.js ${{ matrix.node-version }}
16-
runs-on: self-hosted-arc
16+
runs-on: ubuntu-latest
1717

1818
strategy:
1919
matrix:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
release-please:
18-
runs-on: self-hosted-arc
18+
runs-on: ubuntu-latest
1919
outputs:
2020
release_created: ${{ steps.release.outputs.release_created }}
2121
steps:
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
needs: release-please
3131
if: ${{ needs.release-please.outputs.release_created }}
32-
runs-on: self-hosted-arc
32+
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
3535

0 commit comments

Comments
 (0)