Skip to content

Commit

Permalink
GitHub actions: Added a Windows 2022 action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed Nov 18, 2024
1 parent 67cfe79 commit 7efdbab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cmake-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ jobs:
# explicit include-based build matrix, of known valid options
matrix:
include:
# Windows2019 & VS 2019 supports 10.1+
- os: windows-2022
cuda: "12.6.2"
visual-studio: "Visual Studio 17 2022"
shell: "powershell"
os-type: "windows"
cmake-platform-flag: "-A x64"
# Windows2019 & VS 2019 supports CUDA 10.1+
- os: windows-2019
cuda: "12.6.2"
visual-studio: "Visual Studio 16 2019"
Expand Down

0 comments on commit 7efdbab

Please sign in to comment.