Skip to content

Commit

Permalink
chore: use iPhone 15
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Mar 5, 2024
1 parent 5a8c93d commit 8dc1334
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/android_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dc1334

Please sign in to comment.