Skip to content

Commit a38bb87

Browse files
committed
testing buildjet
1 parent 94289d3 commit a38bb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
runs-on: ubuntu-latest
11+
runs-on: buildjet-4vcpu-ubuntu-2204
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
pnpm run check
4545
4646
build:
47-
runs-on: ubuntu-latest
47+
runs-on: buildjet-4vcpu-ubuntu-2204
4848

4949
steps:
5050
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)