Skip to content

Commit 537c27c

Browse files
Bump default cuda version in standalone package to 126.
1 parent 6ff2e4d commit 537c27c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/stable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: 'CUDA version'
1313
required: true
1414
type: string
15-
default: "124"
15+
default: "126"
1616
python_minor:
1717
description: 'Python minor version'
1818
required: true

.github/workflows/windows_release_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
description: 'cuda version'
1818
required: true
1919
type: string
20-
default: "124"
20+
default: "126"
2121

2222
python_minor:
2323
description: 'python minor version'

.github/workflows/windows_release_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: 'cuda version'
88
required: true
99
type: string
10-
default: "124"
10+
default: "126"
1111

1212
python_minor:
1313
description: 'python minor version'

0 commit comments

Comments
 (0)