From a8d0745f1b540aed7f9a3c2d40084df1f5bc4f8e Mon Sep 17 00:00:00 2001 From: ragebreaker <125530737+mlm-games@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:07:44 +0530 Subject: [PATCH] Update PBRP-new.yml to use older Ubuntu version --- .github/workflows/PBRP-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PBRP-new.yml b/.github/workflows/PBRP-new.yml index c8a2754..5ff3dfe 100644 --- a/.github/workflows/PBRP-new.yml +++ b/.github/workflows/PBRP-new.yml @@ -43,7 +43,7 @@ on: jobs: build: name: Build PBRP by ${{ github.actor }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.event.repository.owner.id == github.event.sender.id env: DEBIAN_FRONTEND: noninteractive