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

Skip to content

Commit 9c51d87

Browse files
authored
chore: fix cuda CI (leejet#286)
1 parent f9f0d46 commit 9c51d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip
147147
148148
windows-latest-cmake:
149-
runs-on: windows-latest
149+
runs-on: windows-2019
150150

151151
strategy:
152152
matrix:

0 commit comments

Comments
 (0)