File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212 cancel-in-progress : true
1313
1414env :
15- XCODE_VERSION : " 26.1 "
15+ XCODE_VERSION : " 26.0 "
1616
1717jobs :
1818 prepare :
@@ -88,16 +88,16 @@ jobs:
8888 destination="platform=macOS,variant=Mac Catalyst"
8989 ;;
9090 ios)
91- destination="platform=iOS Simulator,name=iPhone 17 Pro Max,OS=26.1 "
91+ destination="platform=iOS Simulator,name=iPhone 17 Pro Max,OS=26.0 "
9292 ;;
9393 tvos)
94- destination="platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=26.1 "
94+ destination="platform=tvOS Simulator,name=Apple TV 4K (3rd generation),OS=26.0 "
9595 ;;
9696 watchos)
97- destination="platform=watchOS Simulator,name=Apple Watch Series 11 (46mm),OS=26.1 "
97+ destination="platform=watchOS Simulator,name=Apple Watch Series 11 (46mm),OS=26.0 "
9898 ;;
9999 visionos)
100- destination="platform=visionOS Simulator,name=Apple Vision Pro,OS=26.1 "
100+ destination="platform=visionOS Simulator,name=Apple Vision Pro,OS=26.0 "
101101 ;;
102102 *)
103103 echo "Unknown platform: ${{ matrix.platform }}"
Original file line number Diff line number Diff line change 66 - ' *'
77
88env :
9- XCODE_VERSION : " 26.1 "
9+ XCODE_VERSION : " 26.0 "
1010
1111jobs :
1212 release :
You can’t perform that action at this time.
0 commit comments