Skip to content

Commit e902356

Browse files
committed
CI: Drop window CUDA 12.0 from CI. May work but unsupported
1 parent 02e0f66 commit e902356

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/Windows-Tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
cuda_arch: "50"
3838
hostcxx: "Visual Studio 17 2022"
3939
os: windows-2022
40-
# No python in this workflow, so can just include 12.0 in the matrix.
41-
- cuda: "12.0.0"
42-
cuda_arch: "50"
43-
hostcxx: "Visual Studio 17 2022"
44-
os: windows-2022
4540
config:
4641
- name: "Release"
4742
config: "Release"

.github/workflows/Windows.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,34 +59,21 @@ jobs:
5959
exclude:
6060
# Exclude VIS=ON for oldest cuda of each major version
6161
- cudacxx:
62-
cuda: "12.0.0"
62+
cuda: "12.4.0"
6363
VISUALISATION: "ON"
6464
# Exclude beltsoff builds for all but the most recent cuda
6565
- cudacxx:
6666
cuda: "12.9.1"
6767
config:
6868
name: "Beltsoff"
6969
- cudacxx:
70-
cuda: "12.0.0"
70+
cuda: "12.4.0"
7171
config:
7272
name: "Beltsoff"
7373
# Exclude beltsoff vis builds to keep the matrix lighter.
7474
- config:
7575
name: "Beltsoff"
7676
VISUALISATION: "ON"
77-
include:
78-
# Add an explicit CUDA 12.0 build for windows without Python
79-
- cudacxx:
80-
cuda: "12.0.0"
81-
cuda_arch: "50"
82-
hostcxx: "Visual Studio 17 2022"
83-
os: windows-2022
84-
python: ""
85-
config:
86-
name: "Release"
87-
config: "Release"
88-
SEATBELTS: "ON"
89-
VISUALISATION: "ON"
9077
# Name the job based on matrix/env options
9178
name: "build (${{ matrix.cudacxx.cuda }}, ${{matrix.python}}, ${{ matrix.VISUALISATION }}, ${{ matrix.config.name }}, ${{ matrix.cudacxx.os }})"
9279

0 commit comments

Comments
 (0)