Skip to content

Commit 4652d40

Browse files
committed
Bigger boxes for storage tests
1 parent f03508a commit 4652d40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_rust_disk_storage_workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
include:
2020
- os: macos-latest
21-
- os: ubuntu-latest
22-
- os: windows-latest
21+
- os: ubuntu-latest-large-gh
22+
- os: windows-latest-large-gh
2323
steps:
2424
- uses: maxim-lobanov/setup-xcode@v1
2525
name: Xcode version
@@ -36,7 +36,7 @@ jobs:
3636
override: true
3737
components: rustfmt, clippy
3838
- name: Free up space (ubuntu)
39-
if: matrix.os == 'ubuntu-latest'
39+
if: matrix.os == 'ubuntu-latest-large-gh'
4040
run: |
4141
sudo rm -rf /usr/share/dotnet
4242
sudo rm -rf /usr/local/lib/android

0 commit comments

Comments
 (0)