From 3c4bbd340d1f6172a2b50bd0e79211d7e367f493 Mon Sep 17 00:00:00 2001 From: Stefan Mitterrutzner Date: Fri, 4 Apr 2025 21:19:25 +0200 Subject: [PATCH] swich to Xcode 16.3 release (#225) --- .ci/cirrus.runner.yml | 2 +- .ci/cirrus.xcode.yml | 4 +++- README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.ci/cirrus.runner.yml b/.ci/cirrus.runner.yml index 888c870..622fdcd 100644 --- a/.ci/cirrus.runner.yml +++ b/.ci/cirrus.runner.yml @@ -7,7 +7,7 @@ task: XCODE_VERSIONS: "16.1,16,15.4,15.3,15.2,15.1,\"15.0.1\"" DISK_SIZE: 375 - MACOS_VERSION: sequoia - XCODE_VERSIONS: "16.2,\"16.3-beta-2\",16.1,16,15.4" + XCODE_VERSIONS: "16.3,16.2,16.1,16,15.4" ADDITIONAL_IOS_BUILDS: "18.2" DISK_SIZE: 375 <<: *defaults diff --git a/.ci/cirrus.xcode.yml b/.ci/cirrus.xcode.yml index f0f24f5..d8fbf7a 100644 --- a/.ci/cirrus.xcode.yml +++ b/.ci/cirrus.xcode.yml @@ -3,9 +3,11 @@ task: depends_on: update-base env: matrix: + - MACOS_VERSION: sequoia + XCODE_VERSION: 16.3 + LATEST: true - MACOS_VERSION: sequoia XCODE_VERSION: 16.2 - LATEST: true - MACOS_VERSION: sequoia XCODE_VERSION: 16.1 - MACOS_VERSION: sequoia diff --git a/README.md b/README.md index 47d645a..2984add 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ monthly on the first Saturday of the month: * `ghcr.io/cirruslabs/macos-{sequoia,sonoma}-base` * `ghcr.io/cirruslabs/macos-runner:sonoma` which is a superset of `ghcr.io/cirruslabs/macos-sonoma-xcode:{latest,16.1,16,15.4,15.3,15.2,15.1,15.0.1}` -* `ghcr.io/cirruslabs/macos-runner:sequoia` which is a superset of `ghcr.io/cirruslabs/macos-sequoia-xcode:{latest,16.2,16.3-beta-2,16.1,16,15.4}` +* `ghcr.io/cirruslabs/macos-runner:sequoia` which is a superset of `ghcr.io/cirruslabs/macos-sequoia-xcode:{latest,16.3,16.2,16.1,16,15.4}` Note that `ghcr.io/cirruslabs/macos-runner:{sequoia,sonoma}` are updated every Sunday and these images are [optimised for startup](https://cirrus-runners.app/blog/2024/04/11/optimizing-startup-time-of-cirrus-runners/) on Cirrus Runners and Cirrus CI services. \ No newline at end of file