Xcode 26.0.1 (#285)

* Xcode 26.0.1

* Update .ci/cirrus.runner.yml

Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>

* Fixed build

---------

Co-authored-by: Nikolay Edigaryev <edigaryev@gmail.com>
This commit is contained in:
Fedor Korotkov 2025-09-25 09:10:25 -04:00 committed by GitHub
parent db71c44bc1
commit ba783a5bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ task:
XCODE_VERSIONS: "16.1" XCODE_VERSIONS: "16.1"
DISK_SIZE: 190 DISK_SIZE: 190
- MACOS_VERSION: sequoia - MACOS_VERSION: sequoia
XCODE_VERSIONS: "26,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"
XCODE_COMPONENTS: "\"MetalToolchain\"" XCODE_COMPONENTS: "\"MetalToolchain\""
DISK_SIZE: 400 DISK_SIZE: 400
- MACOS_VERSION: tahoe - MACOS_VERSION: tahoe
XCODE_VERSIONS: "26" XCODE_VERSIONS: "\"26.0.1\""
XCODE_COMPONENTS: "\"MetalToolchain\"" XCODE_COMPONENTS: "\"MetalToolchain\""
DISK_SIZE: 210 DISK_SIZE: 210
<<: *defaults <<: *defaults

View File

@ -4,7 +4,7 @@ task:
env: env:
matrix: matrix:
- MACOS_VERSION: tahoe - MACOS_VERSION: tahoe
XCODE_VERSION: 26 XCODE_VERSION: "26.0.1"
XCODE_COMPONENTS: "MetalToolchain" XCODE_COMPONENTS: "MetalToolchain"
LATEST: true LATEST: true
- MACOS_VERSION: sequoia - MACOS_VERSION: sequoia