Upgrade our C++ release tests to large runners.

PiperOrigin-RevId: 647405381
pull/17331/head
Mike Kruskal 8 months ago committed by Sandy Zhang
parent b7ef2ca3c0
commit fa2b2d61ea
  1. 2
      .github/workflows/test_cpp.yml

@ -80,7 +80,7 @@ jobs:
matrix:
arch: [x86_64, aarch64]
name: Linux Release ${{ matrix.arch}}
runs-on: ubuntu-latest
runs-on: ubuntu-20-large
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3

Loading…
Cancel
Save