Skip to content

Commit d0966b6

Browse files
committed
Set the right windows version
1 parent 333888d commit d0966b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
strategy:
344344
fail-fast: false
345345
matrix:
346-
os: [ubuntu-22.04, windows-2019]
346+
os: [ubuntu-22.04, windows-2022]
347347
cuda: ['12.2.0', '11.7.1']
348348
runs-on: ${{ matrix.os }}
349349
steps:

0 commit comments

Comments
 (0)