From 4557856ae5752f527514a7ee26f8b65541ffc768 Mon Sep 17 00:00:00 2001 From: Pierre Kestener Date: Fri, 6 Sep 2024 09:49:34 +0200 Subject: [PATCH] Update ci script --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc6a4df..e5b0555 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" @@ -25,7 +25,8 @@ jobs: run: sudo apt-get install -y libhwloc-dev - name: Install CUDA - uses: Jimver/cuda-toolkit@v0.2.9 + uses: Jimver/cuda-toolkit@v0.2.16 + id: cuda-toolkit if: runner.os == 'Linux' with: sub-packages: '["nvcc", "nvrtc", "cudart"]'