@@ -54,14 +54,14 @@ jobs:
54
54
strategy :
55
55
fail-fast : false
56
56
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 "]
61
61
# We don't actively build for CUDA 10.2 on windows so we should
62
62
# skip it in our test matrix for pip install
63
63
exclude :
64
- - os : " windows.4xlarge "
64
+ - os : " windows.2022.small "
65
65
acc_type : " cuda10.2"
66
66
env :
67
67
TEST_ACC : ${{ matrix.acc_type }}
90
90
strategy :
91
91
fail-fast : false
92
92
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"]
96
96
os : ["ubuntu-18.04", "macos-latest"]
97
97
env :
98
98
TEST_ACC : ${{ matrix.acc_type }}
0 commit comments