diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index c69e6c4fad..3cbf110aa0 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -14,7 +14,7 @@ jobs: autolabel: name: Auto Label if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Auto Label for [BUG] uses: actions/github-script@v7 diff --git a/.github/workflows/bump-date.yml b/.github/workflows/bump-date.yml index 2d3fd1f33d..cb27ef199e 100644 --- a/.github/workflows/bump-date.yml +++ b/.github/workflows/bump-date.yml @@ -14,7 +14,7 @@ jobs: name: Bump Distribution Date if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 2b15067f51..a28b7fdd62 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -18,7 +18,7 @@ jobs: name: PR Bad Target if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: superbrothers/close-pull-request@v3 diff --git a/.github/workflows/ci-build-tests.yml b/.github/workflows/ci-build-tests.yml index 6fde07da42..cca9a5574e 100644 --- a/.github/workflows/ci-build-tests.yml +++ b/.github/workflows/ci-build-tests.yml @@ -34,7 +34,7 @@ jobs: name: Build Test if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: true diff --git a/.github/workflows/ci-unit-tests.yml b/.github/workflows/ci-unit-tests.yml index caed5b1fbc..9a311aabc6 100644 --- a/.github/workflows/ci-unit-tests.yml +++ b/.github/workflows/ci-unit-tests.yml @@ -36,7 +36,7 @@ jobs: # pulls them into additional branches. if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out the PR diff --git a/.github/workflows/ci-validate-boards.yml b/.github/workflows/ci-validate-boards.yml index a0beda0096..baa7b8b6e1 100644 --- a/.github/workflows/ci-validate-boards.yml +++ b/.github/workflows/ci-validate-boards.yml @@ -23,7 +23,7 @@ jobs: name: Validate boards.h if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out the PR diff --git a/.github/workflows/ci-validate-pins.yml b/.github/workflows/ci-validate-pins.yml index e093eb92c7..695f8eff18 100644 --- a/.github/workflows/ci-validate-pins.yml +++ b/.github/workflows/ci-validate-pins.yml @@ -26,7 +26,7 @@ jobs: name: Validate Pins Files if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out the PR diff --git a/.github/workflows/clean-closed.yml b/.github/workflows/clean-closed.yml index 3f370a4362..ad0ee8ea20 100644 --- a/.github/workflows/clean-closed.yml +++ b/.github/workflows/clean-closed.yml @@ -13,7 +13,7 @@ on: jobs: remove_label: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index 55e19de566..4bb488c56f 100644 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -14,7 +14,7 @@ jobs: name: Close Stale Issues if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/stale@v9 diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 6392f244b5..1435a3ef44 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -14,7 +14,7 @@ jobs: name: Lock Closed Issues if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: dessant/lock-threads@v5 diff --git a/.github/workflows/unlock-reopened.yml b/.github/workflows/unlock-reopened.yml index 614ef3fab2..f88e07cdc3 100644 --- a/.github/workflows/unlock-reopened.yml +++ b/.github/workflows/unlock-reopened.yml @@ -14,7 +14,7 @@ jobs: name: Unlock Reopened if: github.repository == 'MarlinFirmware/Marlin' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: OSDKDev/unlock-issues@v1.1