Skip to content

Commit 6d65716

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Use large runners for rust tests to avoid disk space flakes
PiperOrigin-RevId: 680695472
1 parent eeb7dc8 commit 6d65716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# This job should be run on presubmit, if any continuous-only tests are added we will need to input test-type above
1616
linux:
1717
name: Linux
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22-4core
1919
steps:
2020
- name: Checkout pending changes
2121
uses: protocolbuffers/protobuf-ci/checkout@v3

0 commit comments

Comments
 (0)