Skip to content

Commit

Permalink
CI: Windows-2019 for CUDA 11.0-12.3, 2022 for 12.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Sep 4, 2024
1 parent b8bf6d7 commit 09f25de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ jobs:
# optional exclude: can be partial, include: must be specific
matrix:
cudacxx:
- cuda: "12.0.0"
# VS2022 must now use CUDA 12.4 or newer
- cuda: "12.4.0"
cuda_arch: "50"
hostcxx: "Visual Studio 17 2022"
os: windows-2022
# VS 2019 for 11.0-12.3
- cuda: "12.0.0"
cuda_arch: "50"
hostcxx: "Visual Studio 16 2019"
os: windows-2019
- cuda: "11.2.0"
cuda_arch: "35"
hostcxx: "Visual Studio 16 2019"
Expand Down

0 comments on commit 09f25de

Please sign in to comment.