Skip to content

Commit

Permalink
📌 Pin Ubuntu Runner to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Oct 19, 2024
1 parent 25e9ab2 commit 8e9457d
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 8e9457d

Please sign in to comment.