We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fad339 commit fb7228bCopy full SHA for fb7228b
2 files changed
.github/workflows/build_and_test.yml
@@ -15,12 +15,12 @@ jobs:
15
strategy:
16
matrix:
17
include:
18
+ - xcode: 16.2
19
+ destination: iPhone 16 Pro
20
+ os: 18.2
21
- xcode: 15.2
22
destination: iPhone 15 Pro
23
os: 17.2
- - xcode: 14.3.1
- destination: iPhone 14 Pro
- os: 16.4
24
env:
25
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
26
steps:
.github/workflows/build_example_project.yml
0 commit comments