Skip to content

Commit

Permalink
Added versions 11.8, 12.0.1 and 12.1.1 builds on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz authored and Eyal Rozenberg committed May 11, 2023
1 parent 3493ca9 commit b5c948b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cmake-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@ jobs:
matrix:
include:
# Windows2019 & VS 2019 supports 10.1+
- os: windows-2019
cuda: "12.1.1"
visual-studio: "Visual Studio 16 2019"
shell: "powershell"
os-type: "windows"
cmake-platform-flag: "-A x64"
- os: windows-2019
cuda: "12.0.1"
visual-studio: "Visual Studio 16 2019"
shell: "powershell"
os-type: "windows"
cmake-platform-flag: "-A x64"
- os: windows-2019
cuda: "11.8.0"
visual-studio: "Visual Studio 16 2019"
shell: "powershell"
os-type: "windows"
cmake-platform-flag: "-A x64"
- os: windows-2019
cuda: "11.7.0"
visual-studio: "Visual Studio 16 2019"
Expand Down

0 comments on commit b5c948b

Please sign in to comment.