Skip to content

Commit

Permalink
ci(cuda): use cuda 12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 25, 2024
1 parent c1fd186 commit 3f5246b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- windows-2019
- ubuntu-22.04
- windows-2022
name: {{ "${{ matrix.os }}" }}
runs-on: {{ "${{ matrix.os }}" }}
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
id: cuda-toolkit
with:
log-file-suffix: {{ "${{ matrix.os }}" }}.txt
cuda: 11.8.0
cuda: 12.5.0

- name: Build
run: make build
Expand Down

0 comments on commit 3f5246b

Please sign in to comment.