Skip to content

Commit

Permalink
Update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
pkestene committed Sep 6, 2024
1 parent 3b5d6a9 commit 6ec2542
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
cuda: "12.0.0"
- os: ubuntu-24.04
cuda: "12.5.0"

env:
config: "Release"
Expand All @@ -25,13 +25,15 @@ jobs:
run: sudo apt-get install -y libhwloc-dev

- name: Install CUDA
uses: Jimver/[email protected]
uses: Jimver/[email protected]
id: cuda-toolkit
if: runner.os == 'Linux'
with:
sub-packages: '["nvcc", "nvrtc", "cudart"]'
cuda: ${{ matrix.cuda }}
method: network
use-github-cache: false
run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"

- name: nvcc check
shell: bash
Expand Down

0 comments on commit 6ec2542

Please sign in to comment.