File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed
composite_actions/get_platform_parameters Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 4141
4242 - id : get-xcode-version
4343 run : |
44- LATEST_XCODE_VERSION=16.0 .0
44+ LATEST_XCODE_VERSION=16.2 .0
4545 MINIMUM_XCODE_VERSION=15.0.1
4646
4747 INPUT_XCODE_VERSION=${{ inputs.xcode_version }}
@@ -67,31 +67,31 @@ runs:
6767 case $INPUT_PLATFORM/$INPUT_XCODE_VERSION in
6868 iOS/latest)
6969 DEVICE="iPhone 16"
70- OS_VERSION="18.0 "
70+ OS_VERSION="18.2 "
7171 ;;
7272 iOS/*)
73- DEVICE="iPhone 14 "
74- OS_VERSION="17.0.1 "
73+ DEVICE="iPhone 15 "
74+ OS_VERSION="17.0"
7575 ;;
7676 tvOS/latest)
7777 DEVICE="Apple TV 4K (3rd generation)"
78- OS_VERSION="18.0 "
78+ OS_VERSION="18.2 "
7979 ;;
8080 tvOS/*)
8181 DEVICE="Apple TV 4K (3rd generation)"
8282 OS_VERSION="17.0"
8383 ;;
8484 watchOS/latest)
8585 DEVICE="Apple Watch Series 10 (46mm)"
86- OS_VERSION="11.0 "
86+ OS_VERSION="11.2 "
8787 ;;
8888 watchOS/*)
89- DEVICE="Apple Watch Series 8 (45mm)"
89+ DEVICE="Apple Watch Series 7 (45mm)"
9090 OS_VERSION="10.0"
9191 ;;
9292 visionOS/latest)
9393 DEVICE="Apple Vision Pro"
94- OS_VERSION="2.0 "
94+ OS_VERSION="2.2 "
9595 ;;
9696 visionOS/*)
9797 DEVICE="Apple Vision Pro"
Original file line number Diff line number Diff line change 5656
5757 - name : Attempt to restore the build cache from main
5858 id : build-cache
59+ if : steps.dependencies-cache.outputs.cache-hit
5960 timeout-minutes : 4
6061 continue-on-error : true
6162 uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 5656
5757 - name : Attempt to restore the build cache
5858 id : build-cache
59+ if : steps.dependencies-cache.outputs.cache-hit
5960 timeout-minutes : 4
6061 continue-on-error : true
6162 uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626jobs :
2727 push-notification-integration-tests :
2828 name : ${{ matrix.platform }} Tests | PushNotificationHostApp
29- runs-on : macos-latest
29+ runs-on : macos-15
3030 timeout-minutes : 30
3131 environment : IntegrationTest
3232 strategy :
7979
8080 - name : Attempt to restore the build cache
8181 id : build-cache
82+ if : steps.dependencies-cache.outputs.cache-hit
8283 timeout-minutes : 4
8384 continue-on-error : true
8485 uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 8282
8383 - name : Attempt to restore the build cache
8484 id : build-cache
85+ if : steps.dependencies-cache.outputs.cache-hit
8586 timeout-minutes : 4
8687 continue-on-error : true
8788 uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 7070
7171 - name : Attempt to restore the build cache
7272 id : build-cache
73+ if : steps.dependencies-cache.outputs.cache-hit
7374 timeout-minutes : 4
7475 continue-on-error : true
7576 uses : actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
You can’t perform that action at this time.
0 commit comments