From 00cc76b72a917c0c5bb46ed4bb2c3c7bddab9b35 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 14 Apr 2025 18:25:25 +0100 Subject: [PATCH] Try again with CI. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b73e1fcf..2a0c9c16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -390,7 +390,7 @@ jobs: id: runcmd with: arch: ${{ matrix.qemu_arch }} - distro: ubuntu20.04 + distro: ubuntu22.04 # Not required, but speeds up builds by storing container images in # a GitHub package registry. @@ -426,7 +426,7 @@ jobs: id: runcmd with: arch: ${{ matrix.qemu_arch }} - distro: ubuntu20.04 + distro: ubuntu22.04 # Not required, but speeds up builds by storing container images in # a GitHub package registry. @@ -543,6 +543,8 @@ jobs: commit-filter-separator: ';' fail-fast: true - uses: Jimver/cuda-toolkit@v0.2.4 + with: + cuda: '12.8.0' - name: Add repository run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" - name: Install packages