Skip to content

Commit 8fe188c

Browse files
committed
chore: update cuda in build
1 parent b2ece23 commit 8fe188c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
config:
5959
- name: "Windows for x64"
60-
os: windows-2022
60+
os: windows-2025
6161
artifact: "win-x64"
6262
- name: "Windows for Arm"
6363
os: windows-2025
@@ -113,7 +113,7 @@ jobs:
113113
if: matrix.config.name == 'Windows for x64'
114114
uses: Jimver/[email protected]
115115
with:
116-
cuda: '12.2.0'
116+
cuda: '12.4.0'
117117
method: 'network'
118118
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
119119
use-local-cache: false

0 commit comments

Comments
 (0)