Skip to content

Commit 600050a

Browse files
Use windows 2022 in CI (#754)
1 parent f3613dc commit 600050a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-22.04, windows-latest]
31+
os: [ubuntu-22.04, windows-2022]
3232
python-version: ['3.10']
3333
torch-version: ['2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.4.0']
3434
cuda-version: ['cu118', 'cu121', 'cu124']

0 commit comments

Comments
 (0)