Skip to content

Commit 6202d75

Browse files
Use iPhone 15 in workflow (#866)
* Use iPhone 16 in xcodebuild workflows * Fix bad merge * Use iPhone 15
1 parent d84acaa commit 6202d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xcode.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Xcode
1515
runs-on: macos-latest
1616
env:
17-
SIMULATOR: iPhone 14
17+
SIMULATOR: iPhone 15
1818
steps:
1919
- name: Checkout source
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)