mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-09-15 08:40:24 +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
|
name: Test Build
|
||||||
if: github.repository == 'MarlinFirmware/Configurations'
|
if: github.repository == 'MarlinFirmware/Configurations'
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the PR
|
- 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
|
name: PR Bad Target
|
||||||
if: github.repository == 'MarlinFirmware/Configurations'
|
if: github.repository == 'MarlinFirmware/Configurations'
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: superbrothers/close-pull-request@v3
|
- uses: superbrothers/close-pull-request@v3
|
||||||
|
|
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -17,7 +17,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository == 'MarlinFirmware/Configurations'
|
if: github.repository == 'MarlinFirmware/Configurations'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue