Skip to content

Commit fb7228b

Browse files
authored
Updates Xcode versions (#405)
* Update build_and_test.yml * Update build_example_project.yml
1 parent 1fad339 commit fb7228b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_and_test.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:

.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)