Use large runners for rust tests to avoid disk space flakes

PiperOrigin-RevId: 680695472
pull/18557/head
Mike Kruskal 2 months ago committed by Copybara-Service
parent eeb7dc88f2
commit 6d6571692a
  1. 2
      .github/workflows/test_rust.yml

@ -15,7 +15,7 @@ jobs:
# This job should be run on presubmit, if any continuous-only tests are added we will need to input test-type above
linux:
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-22-4core
steps:
- name: Checkout pending changes
uses: protocolbuffers/protobuf-ci/checkout@v3

Loading…
Cancel
Save