Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 900ecb8

Browse files
authored
Switch building nitro windows cpu to github windows-latest to fix bit defender warning (#337)
1 parent 34ea7fb commit 900ecb8

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
@@ -352,7 +352,7 @@ jobs:
352352
asset_content_type: application/gzip
353353

354354
windows-amd64-build:
355-
runs-on: windows-cuda-11-7
355+
runs-on: windows-latest
356356
needs: [create-draft-release, set-nitro-version]
357357
if: always() && (needs.create-draft-release.result == 'success' || needs.create-draft-release.result == 'skipped') && needs.set-nitro-version.result == 'success'
358358
permissions:

0 commit comments

Comments
 (0)