Skip to content

Commit 85d38ac

Browse files
authored
Merge pull request #15 from igor-makarov/actions
update xcode version
2 parents e09394a + 61945a0 commit 85d38ac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: setup-xcode
1313
uses: maxim-lobanov/setup-xcode@v1
1414
with:
15-
xcode-version: 15.2
15+
xcode-version: 16.4
1616
- name: Setup Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:

.github/workflows/SwiftPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup-xcode
1515
uses: maxim-lobanov/setup-xcode@v1
1616
with:
17-
xcode-version: 15.2
17+
xcode-version: 16.4
1818
- name: Setup Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:

Scripts/ci_phases/02_run_tests_ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ xcodebuild test \
66
-scheme RxReactiveObjCTests \
77
-sdk iphonesimulator \
88
-configuration Debug \
9-
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' \
9+
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=latest' \
1010
| tee build/tests_ios.txt \
1111
| bundle exec xcpretty

Scripts/ci_phases/03_run_tests_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case "$TEST_COMMAND" in
2121
xcodebuild test \
2222
-scheme RxReactiveObjC \
2323
-sdk iphonesimulator \
24-
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' \
24+
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=latest' \
2525
| tee build/log.txt \
2626
| bundle exec xcpretty
2727
;;

Scripts/ci_phases/run_tests_swift_compat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ xcodebuild test \
1515
-scheme RxReactiveObjCSwiftCompat \
1616
-sdk iphonesimulator \
1717
-configuration Debug \
18-
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest' \
18+
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=latest' \
1919
| tee build/tests_ios.txt \
2020
| xcpretty

0 commit comments

Comments
 (0)