Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Dec 21, 2023
1 parent 716a529 commit ae6d1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Linux (CUDA 10.2)
cuda: "10.2.89"
gcc: "8.5.*"
cuda12: false
cuda12: 'false'

# Latest supported versions
- name: Linux (CUDA 12.1)
cuda: "12.1.*"
gcc: "11.*"
cuda12: true
cuda12: 'true'
steps:
- name: Check out
uses: actions/checkout@v2
Expand Down

0 comments on commit ae6d1f0

Please sign in to comment.