-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70e4b2f
commit e5b1526
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
# os: macos-14 | ||
# device: "iPhone 14" | ||
# setup_runtime: true | ||
- ios: 15.4 | ||
- ios: 15.5 | ||
xcode: 15.4 | ||
os: macos-14 | ||
device: "iPhone 13 Pro" | ||
|
@@ -65,7 +65,9 @@ jobs: | |
IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})" # For the Allure report | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: ./.github/actions/disk-space | ||
- run: | | ||
rm -rfv ~/Library/Developer/CoreSimulator/* | ||
rm -rfv /Library/Developer/CoreSimulator/* | ||
if: ${{ matrix.setup_runtime }} | ||
- uses: ./.github/actions/bootstrap | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters