Skip to content

Commit a9d8328

Browse files
authored
Update build_example_project.yml
1 parent 497dc7d commit a9d8328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_example_project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18+
- xcode: 16.2
19+
destination: iPhone 16 Pro
20+
os: 18.2
1821
- xcode: 15.2
1922
destination: iPhone 15 Pro
2023
os: 17.2
21-
- xcode: 14.3.1
22-
destination: iPhone 14 Pro
23-
os: 16.4
2424
env:
2525
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
2626
steps:

0 commit comments

Comments
 (0)