From a6fd754d079140e7c355e5a1b79439b50f45e50f Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Wed, 4 Jun 2025 01:34:19 -0500 Subject: [PATCH] revert 75c7bf2d2280909c4d78f9471e8973426bcd933a revert Update .github/workflows/build_pull_request.yml --- .github/workflows/build_pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 5f180f82..4457a710 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -14,7 +14,7 @@ env: jobs: prepare: name: Prepare job - runs-on: docker + runs-on: ubuntu-latest outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} steps: @@ -48,7 +48,7 @@ jobs: build_individual: name: Build individual modules needs: prepare - runs-on: docker + runs-on: ubuntu-latest strategy: matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }} steps: