Skip to content

Commit

Permalink
Bump CUDA version for Linux to 12.6.2; older versions are gone :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
garyo committed Dec 12, 2024
1 parent baf7a47 commit 12a27b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
id: cuda-toolkit-linux
if: matrix.ostype == 'linux' && matrix.cuda == true
with:
cuda: '12.3.0'
cuda: '12.6.2'
method: 'network'
sub-packages: '["nvcc", "cudart"]'
linux-local-args: '["--toolkit"]'
Expand Down

0 comments on commit 12a27b1

Please sign in to comment.