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 b7ef2ca commit fa2b2d6
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 @@ -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
Expand Down

0 comments on commit fa2b2d6

Please sign in to comment.