Skip to content

Commit

Permalink
v2.1: ci: use ubuntu-22.04 github runner (backport of #4934) (#4950)
Browse files Browse the repository at this point in the history
ci: use ubuntu-22.04 github runner (#4934)

(cherry picked from commit abb639b)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Feb 12, 2025
1 parent ff32b19 commit de749b6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
target:
- x86_64-linux-android
- aarch64-linux-android
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crate-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
check:
if: github.repository == 'anza-xyz/agave'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.repository == 'anza-xyz/agave'
outputs:
continue: ${{ steps.check.outputs.need_to_build }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs.check.outputs.continue == 1
# the name is used by .mergify.yml as well
name: build & deploy docs
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/error-reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
slack:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- env:
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
windows-gcs-upload:
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
needs: [windows-build]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Download
uses: actions/download-artifact@v4
Expand All @@ -98,7 +98,7 @@ jobs:
windows-gh-release:
if: ${{ needs.windows-build.outputs.tag != '' }}
needs: [windows-build]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Download
uses: actions/download-artifact@v4
Expand Down

0 comments on commit de749b6

Please sign in to comment.