From 69cd351cecc47344888313fc705cf18c949fbcce Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 22 May 2023 23:58:03 -0400 Subject: [PATCH] changed from 64fast to windows-latest --- .github/workflows/build-shit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index 7b2bc23fe..11cecd138 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -37,7 +37,7 @@ jobs: create-nightly-win: needs: check_date if: ${{ needs.check_date.outputs.should_run != 'false'}} - runs-on: 64fast + runs-on: windows-latest permissions: contents: write actions: write