Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ jobs:
test-matrix: ${{ needs.win-vs2019-cpu-py3-build.outputs.test-matrix }}
secrets: inherit

win-vs2019-cuda12_1-py3-build:
name: win-vs2019-cuda12.1-py3
win-vs2019-cuda12_4-py3-build:
name: win-vs2019-cuda12.4-py3
uses: ./.github/workflows/_win-build.yml
needs: get-label-type
with:
build-environment: win-vs2019-cuda12.1-py3
cuda-version: "12.1"
build-environment: win-vs2019-cuda12.4-py3
cuda-version: "12.4"
runner: "${{ needs.get-label-type.outputs.label-type }}windows.4xlarge.nonephemeral"
secrets: inherit

Expand Down