Xcode 26 Release (#281)
* Xcode 26 Release Make it default for Sequoia runner. * Update .ci/cirrus.runner.yml Co-authored-by: Matouš Skála <skala.matous@gmail.com> * Updated 23R353 * Update .ci/cirrus.runner.yml Co-authored-by: Aleš Hanžlík <hanzlikale@gmail.com> --------- Co-authored-by: Matouš Skála <skala.matous@gmail.com> Co-authored-by: Aleš Hanžlík <hanzlikale@gmail.com>
This commit is contained in:
parent
e6a57fc713
commit
ea02816fa7
|
|
@ -7,11 +7,12 @@ task:
|
|||
XCODE_VERSIONS: "16.1"
|
||||
DISK_SIZE: 190
|
||||
- MACOS_VERSION: sequoia
|
||||
XCODE_VERSIONS: "16.4,\"26-rc\",16.3,16.2,16.1,16"
|
||||
XCODE_VERSIONS: "26,16.4,16.3,16.2,16.1,16"
|
||||
ADDITIONAL_IOS_BUILDS: "18.5,18.4,18.2,17.5"
|
||||
XCODE_COMPONENTS: "\"MetalToolchain\""
|
||||
DISK_SIZE: 400
|
||||
- MACOS_VERSION: tahoe
|
||||
XCODE_VERSIONS: "\"26-rc\""
|
||||
XCODE_VERSIONS: "26"
|
||||
XCODE_COMPONENTS: "\"MetalToolchain\""
|
||||
DISK_SIZE: 210
|
||||
<<: *defaults
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ task:
|
|||
env:
|
||||
matrix:
|
||||
- MACOS_VERSION: tahoe
|
||||
XCODE_VERSION: 26-rc
|
||||
XCODE_VERSION: 26
|
||||
XCODE_COMPONENTS: "MetalToolchain"
|
||||
LATEST: true
|
||||
- MACOS_VERSION: sequoia
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ tvOS 18.5 (18.5 - 22L572) - com.apple.CoreSimulator.SimRuntime.tvOS-18-5
|
|||
tvOS 26.0 (26.0 - 23J352) - com.apple.CoreSimulator.SimRuntime.tvOS-26-0
|
||||
watchOS 11.4 (11.4 - 22T250) - com.apple.CoreSimulator.SimRuntime.watchOS-11-4
|
||||
watchOS 11.5 (11.5 - 22T572) - com.apple.CoreSimulator.SimRuntime.watchOS-11-5
|
||||
watchOS 26.0 (26.0 - 23R351) - com.apple.CoreSimulator.SimRuntime.watchOS-26-0
|
||||
watchOS 26.0 (26.0 - 23R353) - com.apple.CoreSimulator.SimRuntime.watchOS-26-0
|
||||
visionOS 2.4 (2.4 - 22O237) - com.apple.CoreSimulator.SimRuntime.xrOS-2-4
|
||||
visionOS 2.5 (2.5 - 22O473) - com.apple.CoreSimulator.SimRuntime.xrOS-2-5
|
||||
visionOS 26.0 (26.0 - 23M336) - com.apple.CoreSimulator.SimRuntime.xrOS-26-0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
== Runtimes ==
|
||||
iOS 26.0 (26.0 - 23A343) - com.apple.CoreSimulator.SimRuntime.iOS-26-0
|
||||
tvOS 26.0 (26.0 - 23J352) - com.apple.CoreSimulator.SimRuntime.tvOS-26-0
|
||||
watchOS 26.0 (26.0 - 23R351) - com.apple.CoreSimulator.SimRuntime.watchOS-26-0
|
||||
watchOS 26.0 (26.0 - 23R353) - com.apple.CoreSimulator.SimRuntime.watchOS-26-0
|
||||
visionOS 26.0 (26.0 - 23M336) - com.apple.CoreSimulator.SimRuntime.xrOS-26-0
|
||||
|
|
|
|||
Loading…
Reference in New Issue