Skip to content

Commit d4a4426

Browse files
protobuf-github-botJasonLunn
authored andcommitted
Backport bumps to aarch64 runners
1 parent feb7a22 commit d4a4426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_cpp.yml

+1-1
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

+1-1
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)