From 13b8aa14ca2208eec1203e647317f1ff429bbbca Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Wed, 4 Jun 2025 01:35:27 -0500 Subject: [PATCH] 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 4457a710..5f180f82 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: ubuntu-latest + runs-on: docker outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} steps: @@ -48,7 +48,7 @@ jobs: build_individual: name: Build individual modules needs: prepare - runs-on: ubuntu-latest + runs-on: docker strategy: matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }} steps: