Skip to content

Commit ddc5d20

Browse files
mergify[bot]yihau
andauthored
v2.2: ci: use ubuntu-22.04 github runner (backport of #4934) (#4951)
ci: use ubuntu-22.04 github runner (#4934) (cherry picked from commit abb639b) Co-authored-by: Yihau Chen <[email protected]>
1 parent 2a183f7 commit ddc5d20

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/client-targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os:
26-
- ubuntu-20.04
26+
- ubuntu-22.04
2727
target:
2828
- x86_64-linux-android
2929
- aarch64-linux-android

.github/workflows/crate-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
check:
1717
name: crate check
1818
if: github.repository == 'anza-xyz/agave'
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository == 'anza-xyz/agave'
1818
outputs:
1919
continue: ${{ steps.check.outputs.need_to_build }}
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
needs.check.outputs.continue == 1
7575
# the name is used by .mergify.yml as well
7676
name: build & deploy docs
77-
runs-on: ubuntu-20.04
77+
runs-on: ubuntu-22.04
7878
steps:
7979
- name: Checkout
8080
uses: actions/checkout@v4

.github/workflows/error-reporting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
slack:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- env:
1414
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
windows-gcs-upload:
7979
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
8080
needs: [windows-build]
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-22.04
8282
steps:
8383
- name: Download
8484
uses: actions/download-artifact@v4
@@ -98,7 +98,7 @@ jobs:
9898
windows-gh-release:
9999
if: ${{ needs.windows-build.outputs.tag != '' }}
100100
needs: [windows-build]
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-22.04
102102
steps:
103103
- name: Download
104104
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)