We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931c94c commit 1b8e099Copy full SHA for 1b8e099
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-2022]
16
cuda: ["12.4.0", "12.5.0", "12.6.0", "12.8.0", "12.9.0", "13.0.0", "13.1.0"]
17
runs-on: ${{ matrix.os }}
18
0 commit comments