File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
matrix :
29
29
runner :
30
30
[
31
- rspack-ubuntu-22.04-large,
32
- rspack-windows-2022-large,
33
- rspack-darwin-14-medium,
31
+ rspack-ubuntu-22.04-large-new ,
32
+ rspack-windows-2022-large-new ,
33
+ rspack-darwin-14-medium-new ,
34
34
]
35
35
go-version : ['1.25.0']
36
36
steps :
53
53
go test -parallel 8 ./internal/...
54
54
lint :
55
55
name : Lint&Check
56
- runs-on : rspack-ubuntu-22.04-large
56
+ runs-on : rspack-ubuntu-22.04-large-new
57
57
steps :
58
58
- name : Checkout code
59
59
uses : actions/checkout@v4
90
90
strategy :
91
91
fail-fast : false
92
92
matrix :
93
- os : [rspack-ubuntu-22.04-large, windows-latest]
93
+ os : [rspack-ubuntu-22.04-large-new , windows-latest]
94
94
go-version : ['1.25.0']
95
95
steps :
96
96
- name : Checkout code
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
test-wasm :
148
148
name : Test WASM
149
- runs-on : rspack-ubuntu-22.04-large
149
+ runs-on : rspack-ubuntu-22.04-large-new
150
150
steps :
151
151
- name : Checkout code
152
152
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments