From 0d50b51a21a08af3170f9e3bd0480db627c16310 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Tue, 3 Jun 2025 04:17:54 -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 30846121..49c37d3c 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-22.04 outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} steps: @@ -45,7 +45,7 @@ jobs: build_individual: name: Build individual modules needs: prepare - runs-on: docker + runs-on: ubuntu-22.04 strategy: matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }} steps: