Skip to content

Commit

Permalink
Upgrade our C++ release tests to large runners.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647405381
  • Loading branch information
mkruskal-google authored and zhangskz committed Jul 8, 2024
1 parent 892a2ce commit 8ec9a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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@v2
Expand Down

0 comments on commit 8ec9a43

Please sign in to comment.