mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-09-15 00:30:11 +00:00
📌 Use Ubuntu Runner 22.04 (#1114)
This commit is contained in:
parent
2be0a1f388
commit
fc46408c89
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/check-pr.yml
vendored
2
.github/workflows/check-pr.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue