Xcode 16 on Sonoma (#287)
* Xcode 16 on Sonoma * Updated runtimes * Bump disk
This commit is contained in:
parent
4f13a88f28
commit
971a78c341
|
|
@ -4,8 +4,8 @@ task:
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- MACOS_VERSION: sonoma
|
- MACOS_VERSION: sonoma
|
||||||
XCODE_VERSIONS: "16.1"
|
XCODE_VERSIONS: "16.1,16"
|
||||||
DISK_SIZE: 190
|
DISK_SIZE: 230
|
||||||
- MACOS_VERSION: sequoia
|
- MACOS_VERSION: sequoia
|
||||||
XCODE_VERSIONS: "\"26.0.1\",16.4,16.3,16.2,16.1,16"
|
XCODE_VERSIONS: "\"26.0.1\",16.4,16.3,16.2,16.1,16"
|
||||||
ADDITIONAL_IOS_BUILDS: "18.5,18.4,18.2,17.5"
|
ADDITIONAL_IOS_BUILDS: "18.5,18.4,18.2,17.5"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
== Runtimes ==
|
== Runtimes ==
|
||||||
|
iOS 18.0 (18.0 - 22A3351) - com.apple.CoreSimulator.SimRuntime.iOS-18-0
|
||||||
iOS 18.1 (18.1 - 22B81) - com.apple.CoreSimulator.SimRuntime.iOS-18-1
|
iOS 18.1 (18.1 - 22B81) - com.apple.CoreSimulator.SimRuntime.iOS-18-1
|
||||||
|
tvOS 18.0 (18.0 - 22J356) - com.apple.CoreSimulator.SimRuntime.tvOS-18-0
|
||||||
tvOS 18.1 (18.1 - 22J578) - com.apple.CoreSimulator.SimRuntime.tvOS-18-1
|
tvOS 18.1 (18.1 - 22J578) - com.apple.CoreSimulator.SimRuntime.tvOS-18-1
|
||||||
|
watchOS 11.0 (11.0 - 22R349) - com.apple.CoreSimulator.SimRuntime.watchOS-11-0
|
||||||
watchOS 11.1 (11.1 - 22R581) - com.apple.CoreSimulator.SimRuntime.watchOS-11-1
|
watchOS 11.1 (11.1 - 22R581) - com.apple.CoreSimulator.SimRuntime.watchOS-11-1
|
||||||
|
visionOS 2.0 (2.0 - 22N318) - com.apple.CoreSimulator.SimRuntime.xrOS-2-0
|
||||||
visionOS 2.1 (2.1 - 22N580) - com.apple.CoreSimulator.SimRuntime.xrOS-2-1
|
visionOS 2.1 (2.1 - 22N580) - com.apple.CoreSimulator.SimRuntime.xrOS-2-1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue