diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index fdbfe6d32..0ad0691e2 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: ubuntu-latest + runs-on: [self-hosted, ubuntu-latest] steps: - uses: actions/checkout@v3 - uses: ./.github/actions/setup-haxeshit @@ -87,4 +87,4 @@ jobs: with: butler-key: ${{ secrets.BUTLER_API_KEY}} build-dir: export/debug/linux/bin - target: linux \ No newline at end of file + target: linux