From d2de3b262bffcbe4c47c3e602cea7c31da7496dd Mon Sep 17 00:00:00 2001 From: Josh Kirk <59419126+this-josh@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:15:54 +0100 Subject: [PATCH 1/2] Update build-wheels-cuda.yaml --- .github/workflows/build-wheels-cuda.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheels-cuda.yaml b/.github/workflows/build-wheels-cuda.yaml index 0733a68c5..f45e1ee96 100644 --- a/.github/workflows/build-wheels-cuda.yaml +++ b/.github/workflows/build-wheels-cuda.yaml @@ -20,9 +20,9 @@ jobs: id: set-matrix run: | $matrix = @{ - 'os' = @('ubuntu-latest', 'windows-2019') - 'pyver' = @("3.9", "3.10", "3.11", "3.12") - 'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1") + 'os' = @('ubuntu-latest') + 'pyver' = @("3.12") + 'cuda' = @("12.5.0") 'releasetag' = @("basic") } From b53aa39df20e221e144e75b56dce4f79cf05e0f6 Mon Sep 17 00:00:00 2001 From: Josh Kirk <59419126+this-josh@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:29:04 +0100 Subject: [PATCH 2/2] Update build-wheels-cuda.yaml --- .github/workflows/build-wheels-cuda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels-cuda.yaml b/.github/workflows/build-wheels-cuda.yaml index f45e1ee96..ece5699a2 100644 --- a/.github/workflows/build-wheels-cuda.yaml +++ b/.github/workflows/build-wheels-cuda.yaml @@ -22,7 +22,7 @@ jobs: $matrix = @{ 'os' = @('ubuntu-latest') 'pyver' = @("3.12") - 'cuda' = @("12.5.0") + 'cuda' = @("12.5.1") 'releasetag' = @("basic") }