From b6c7b2be23f52109a430499dbd9cf6df87aaa4f0 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 6 Oct 2022 19:27:04 -0400 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 b86ca9a9d..1236199ec 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -24,7 +24,7 @@ jobs: create-nightly-html5: needs: check_date if: ${{ needs.check_date.outputs.should_run != 'false'}} - runs-on: [self-hosted, windows, ubuntu-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: ./.github/actions/setup-haxeshit