Skip to content

Commit 1ceeb4c

Browse files
hardfistAmour1688
authored andcommitted
chore: fix ci
1 parent 90aab2e commit 1ceeb4c

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
@@ -62,7 +62,12 @@ jobs:
6262
runs-on: ${{ matrix.os }}
6363
strategy:
6464
matrix:
65-
os: [ubuntu-latest, macos-latest, windows-latest]
65+
os:
66+
[
67+
rspack-ubuntu-22.04-large,
68+
rspack-darwin-14-medium,
69+
rspack-windows-2022-large,
70+
]
6671
go-version: ['1.24.1']
6772
steps:
6873
- name: Checkout code

0 commit comments

Comments
 (0)