mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Update ci.yml
Moving all distributions to 22.04
This commit is contained in:
parent
e65c4bcb9f
commit
c2ed48a642
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
name: Setup
|
name: Setup
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
targets: ${{ steps.get-targets.outputs.targets }}
|
targets: ${{ steps.get-targets.outputs.targets }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
name: Complete
|
name: Complete
|
||||||
needs: [build, test]
|
needs: [build, test]
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check build matrix result
|
- name: Check build matrix result
|
||||||
if: ${{ needs.build.result != 'success' }}
|
if: ${{ needs.build.result != 'success' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue