From f2a61a22b53f9380b8a164e10121cc43f07c9dbb Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:51:17 -0400 Subject: [PATCH] Update main.yml Add Windows tag to build-windows work flow so the builds aren't RNG. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d0397da64..4335d1d81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,7 +112,7 @@ jobs: # name: 2ship-windows # path: 2ship-windows build-windows-self-hosted: - runs-on: self-hosted + runs-on: [self-hosted, Windows] steps: - name: Install dependencies run: |