Skip to content

Commit

Permalink
ci: fix windows build by using windows-2019 (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jun 10, 2024
1 parent 7dec428 commit f8224f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
ext: .exe
build_args: --features vulkan,binary
vulkan_sdk: '1.3.280.0'
- os: windows-latest
- os: windows-2019
target: x86_64-pc-windows-msvc
binary: x86_64-windows-msvc-cuda117
ext: .exe
build_args: --features cuda,binary
windows_cuda: '11.7.1'
- os: windows-latest
- os: windows-2019
target: x86_64-pc-windows-msvc
binary: x86_64-windows-msvc-cuda122
ext: .exe
Expand Down

0 comments on commit f8224f2

Please sign in to comment.