From 8dc13348b192d8120d212d66b1228c73cfd0594c Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 5 Mar 2024 10:41:22 +0800 Subject: [PATCH] chore: use iPhone 15 --- .github/workflows/android_ci.yaml | 7 ------- .github/workflows/ios_ci.yaml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/android_ci.yaml b/.github/workflows/android_ci.yaml index 1f6020d503612..d041227a02e9e 100644 --- a/.github/workflows/android_ci.yaml +++ b/.github/workflows/android_ci.yaml @@ -40,13 +40,6 @@ jobs: - name: Check storage space run: df -h - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - root-reserve-mb: 2048 - swap-size-mb: 1024 - remove-dotnet: 'true' - # the following step is required to avoid running out of space - name: Maximize build space if: matrix.os == 'ubuntu-latest' diff --git a/.github/workflows/ios_ci.yaml b/.github/workflows/ios_ci.yaml index 799f1261eed51..8d4e7051c20b5 100644 --- a/.github/workflows/ios_ci.yaml +++ b/.github/workflows/ios_ci.yaml @@ -83,7 +83,7 @@ jobs: - uses: futureware-tech/simulator-action@v3 id: simulator-action with: - model: 'iPhone 13' + model: 'iPhone 15' shutdown_after_job: false - name: Prebuilt AppFlowy