Skip to content

Commit 0feb695

Browse files
authored
ci: Try out windows.2022.small for windows testing (#997)
1 parent 8f2a0ee commit 0feb695

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/check-quickstartmodule.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
rel_type: [ "latest_stable", "latest_lts" ]
58-
acc_type: [ "cuda11.x", "cuda10.2", "accnone" ]
59-
py_vers: [ "3.7", "3.8", "3.9" ]
60-
os: ["ubuntu-18.04", "macos-latest", "windows.4xlarge"]
57+
rel_type: ["latest_stable", "latest_lts"]
58+
acc_type: ["cuda11.x", "cuda10.2", "accnone"]
59+
py_vers: ["3.7", "3.8", "3.9"]
60+
os: ["ubuntu-18.04", "macos-latest", "windows.2022.small"]
6161
# We don't actively build for CUDA 10.2 on windows so we should
6262
# skip it in our test matrix for pip install
6363
exclude:
64-
- os: "windows.4xlarge"
64+
- os: "windows.2022.small"
6565
acc_type: "cuda10.2"
6666
env:
6767
TEST_ACC: ${{ matrix.acc_type }}
@@ -90,9 +90,9 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
rel_type: [ "latest_stable" ]
94-
acc_type: [ "cuda11.x", "cuda10.2", "accnone" ]
95-
py_vers: [ "3.7", "3.8", "3.9" ]
93+
rel_type: ["latest_stable"]
94+
acc_type: ["cuda11.x", "cuda10.2", "accnone"]
95+
py_vers: ["3.7", "3.8", "3.9"]
9696
os: ["ubuntu-18.04", "macos-latest"]
9797
env:
9898
TEST_ACC: ${{ matrix.acc_type }}

0 commit comments

Comments
 (0)