Skip to content

Commit

Permalink
Update actions to ubuntu-latest (betaflight#14114)
Browse files Browse the repository at this point in the history
Merging to ensure completed before change over to runners.
  • Loading branch information
blckmn authored Dec 31, 2024
1 parent 3892808 commit ee9e349
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
close-pr:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release:
name: Release
needs: ci
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
outputs:
targets: ${{ steps.get-targets.outputs.targets }}
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
build:
name: Build
needs: setup
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
target: ${{ fromJson(needs.setup.outputs.targets) }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -96,7 +96,7 @@ jobs:
name: Complete
needs: [build, test]
if: ${{ always() }}
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Check build matrix result
if: ${{ needs.build.result != 'success' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
release:
name: Nightly release
needs: ci
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cloud-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
comment-pr:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Add comment about cloud build
uses: thollander/actions-comment-pull-request@v2
Expand Down

0 comments on commit ee9e349

Please sign in to comment.