From 507bd0816b06bce3f0f8e35dd25527045e37b3a1 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sat, 2 Nov 2024 16:45:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Use=20Ubuntu=20Runner=2022.04=20?= =?UTF-8?q?(#1114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 2 +- .github/workflows/check-pr.yml | 2 +- .github/workflows/deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index dbff38d395e..c80fc5a5431 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -18,7 +18,7 @@ jobs: name: Test Build if: github.repository == 'MarlinFirmware/Configurations' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out the PR diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index f431d906370..dfff1f8a07c 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -17,7 +17,7 @@ jobs: name: PR Bad Target if: github.repository == 'MarlinFirmware/Configurations' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: superbrothers/close-pull-request@v3 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75b41a5342a..ba3927c22af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ on: jobs: deploy: if: github.repository == 'MarlinFirmware/Configurations' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out uses: actions/checkout@v4