From ecf604ff837b30c9ebfdc50996ed5ed47cc99cc1 Mon Sep 17 00:00:00 2001 From: Harry Bond <15960568+thelolagemann@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:54:55 +0000 Subject: [PATCH] last one i swear --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ecf21f..a7976cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - cuda_base: [11.2.2, 11.3.1, 11.4.3, 11.5.1, 11.6.1] + cuda_base: [11.2.2, 11.3.1, 11.4.3, 11.5.2, 11.6.1] ubuntu_version: [20.04] steps: - name: Check out the repo