Skip to content

Commit 9129abf

Browse files
hardfistAmour1688
authored andcommitted
chore: use self-host ci
1 parent 6237c3c commit 9129abf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25-
os: [ubuntu-latest, macos-latest, windows-latest]
25+
os:
26+
[
27+
rspack-ubuntu-22.04-large,
28+
rspack-darwin-14-medium,
29+
rspack-windows-2022-large,
30+
]
2631
go-version: ['1.24.1']
2732
steps:
2833
- name: Checkout code

0 commit comments

Comments
 (0)