mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-06-26 01:15:38 -06:00
workflows: Update github build-test.yaml to ubuntu-22.04
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d96bb6ca82
commit
efc2d9b364
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test.yaml
vendored
2
.github/workflows/build-test.yaml
vendored
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue