Skip to content

Commit 96a2425

Browse files
authored
Exclude CUDA 13 builds for compute capability 70
1 parent 194fa3d commit 96a2425

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-extended-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
exclude:
115115
- cuda: '12.4.1'
116116
compute_cap: 120
117+
- cuda: '13.0.2'
118+
compute_cap: 70
117119
steps:
118120
- name: Checkout repository
119121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)