From f690d0415755b3bfffe81ef11042dd0a86e8a3ea Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 2 Mar 2023 12:43:41 -0500 Subject: [PATCH] Update build-shit.yml --- .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 0d9ab8677..eb88ea604 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -41,7 +41,7 @@ jobs: create-nightly-win: needs: check_date if: ${{ needs.check_date.outputs.should_run != 'false'}} - runs-on: windows-latest + runs-on: 64fast steps: - uses: actions/checkout@v3 - name: Restore existing build cache for faster compilation