From b99b6b8d40dcf64f615d27525694cce9cb67fbb4 Mon Sep 17 00:00:00 2001 From: Kohi-denn Date: Wed, 4 Jun 2025 00:49:02 -0500 Subject: [PATCH] revert e07a23c7f6082af92eb30e064de79d48755e60dd revert Update .github/workflows/build_push.yml --- .github/workflows/build_push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index adb2ce05..4d294086 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -21,7 +21,7 @@ env: jobs: prepare: name: Prepare job - runs-on: ubuntu-20.04 + runs-on: ubuntu-20.04 outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} steps: @@ -80,7 +80,7 @@ jobs: build_individual: name: Build individual modules needs: prepare - runs-on: ubuntu-20.04 + runs-on: ubuntu-20.04 strategy: matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }} steps: @@ -131,7 +131,7 @@ jobs: needs: - build_individual if: "github.repository == 'AlmightyHak/extensions-source'" - runs-on: ubuntu-20.04 + runs-on: ubuntu-20.04 steps: - name: Set up Android SDK uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3