Skip to content

Commit 8cc8675

Browse files
authored
Merge pull request #20292 from protocolbuffers/25.x-aarch64-cherry-pick
25.x aarch64 cherry pick
2 parents a2e03a3 + d4a4426 commit 8cc8675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
matrix:
7878
arch: [x86_64, aarch64]
7979
name: Linux Release ${{ matrix.arch}}
80-
runs-on: ubuntu-20-4core
80+
runs-on: ubuntu-22-4core
8181
steps:
8282
- name: Checkout pending changes
8383
uses: protocolbuffers/protobuf-ci/checkout@v2

.github/workflows/test_ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
linux-aarch64:
7979
name: Linux aarch64
80-
runs-on: ubuntu-latest
80+
runs-on: ubuntu-22-4core
8181
steps:
8282
- name: Checkout pending changes
8383
uses: protocolbuffers/protobuf-ci/checkout@v2

0 commit comments

Comments
 (0)