Skip to content

Commit 7d6418b

Browse files
committed
Only build with 12.8
1 parent f4ba7cb commit 7d6418b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ jobs:
979979

980980
strategy:
981981
matrix:
982-
cuda: ['12.8', '11.7']
982+
cuda: ['12.8']
983983

984984
steps:
985985
- name: Clone

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390

391391
strategy:
392392
matrix:
393-
cuda: ['12.8', '11.7']
393+
cuda: ['12.8']
394394

395395
steps:
396396
- name: Clone

0 commit comments

Comments
 (0)