Skip to content

Commit 0eab110

Browse files
committed
build: update CUDA version in the CI
1 parent a2ddaa2 commit 0eab110

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
@@ -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
@@ -122,7 +122,7 @@ jobs:
122122
if: matrix.config.name == 'Ubuntu'
123123
uses: Jimver/[email protected]
124124
with:
125-
cuda: '12.2.0'
125+
cuda: '12.4.0'
126126
method: 'network'
127127

128128
- name: Install Vulkan SDK on Windows for x64

0 commit comments

Comments
 (0)