Skip to content

Commit

Permalink
📌 Use Ubuntu Runner 22.04 (MarlinFirmware#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and rngkll committed Dec 5, 2024
1 parent f940fdc commit 507bd08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 507bd08

Please sign in to comment.