Upgrade our C++ release tests to large runners.

PiperOrigin-RevId: 647405381
pull/17264/head
Mike Kruskal 9 months ago committed by Copybara-Service
parent 689594986a
commit c0e503b6b5
  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