diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 0a2a61e1..2c384d0d 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -126,7 +126,7 @@ jobs: needs: - build_individual if: "github.repository == 'AlmightyHak/extensions-source'" - runs-on: docker + runs-on: ubuntu-22.04 steps: - name: Download APK artifacts uses: https://github.com/actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4