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.
2 parents 29d545f + 1b8e099 commit 991a9b6Copy full SHA for 991a9b6
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