Skip to content

Commit

Permalink
Update actions to use latest github hosted runner (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 31, 2024
1 parent 7688c45 commit 56d3f70
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifact-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
artifacts-url-comments:
name: Add artifact links to PR and issues
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Add artifact links to PR and issues
uses: tonyhallett/[email protected]
Expand Down
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 @@ -16,7 +16,7 @@ jobs:
release:
name: Attach Release Artifacts
needs: ci
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -44,11 +44,11 @@ jobs:
matrix:
include:
- name: Android
os: ubuntu-22.04
os: ubuntu-latest
releaseArgs: --android

- name: Linux
os: ubuntu-22.04
os: ubuntu-latest
releaseArgs: --linux64

- name: macOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hide-artifact-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
hide-artifacts-link-comments:
name: Hide artifact links
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Hide comments
uses: int128/hide-comment-action@v1
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: Fetch build artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
release:
name: Release
needs: ci
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Fetch build artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
stale:
name: 'Check and close stale issues'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
crowdin-translations-to-pr:
name: Create a PR with the latest translations from Crowdin
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
betaflight-messages-to-crowdin:
name: Messages file to Crowdin
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 56d3f70

Please sign in to comment.