File tree Expand file tree Collapse file tree
ROOT/partials/execution-resources
reference/modules/ROOT/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99| VM Software Manifest
1010| Release Notes
1111
12+ | `26.4.0`
13+ | Xcode 26.4.0 (17E192)
14+ | 26.3.1
15+ a| `m4pro.medium` +
16+ `m4pro.large`
17+ | link:https://circle-macos-docs.s3.amazonaws.com/image-manifest/v17216/manifest.txt[Installed software]
18+ | link:https://circleci.com/changelog/xcode-26-4-0-available/[Release Notes]
19+
1220| `26.3.0`
13- | Xcode 26.3.0 (17C528 )
21+ | Xcode 26.3.0 (17C529 )
1422| 15.6
1523a| `m4pro.medium` +
1624 `m4pro.large`
17- | link:https://circle-macos-docs.s3.amazonaws.com/image-manifest/v16221 /manifest.txt[Installed software]
18- | link:https://circleci.com/changelog/xcode-26-3-0-rc-2- available[Release Notes]
25+ | link:https://circle-macos-docs.s3.amazonaws.com/image-manifest/v16344 /manifest.txt[Installed software]
26+ | link:https://circleci.com/changelog/xcode-26-3-0-available/ [Release Notes]
1927
2028| `26.2.0`
2129| Xcode 26.2.0 (17C52)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ version: 2.1
5656jobs: # a basic unit of work in a run
5757 test: # your job name
5858 macos:
59- xcode: 26.3 .0 # indicate your selected version of Xcode
59+ xcode: 26.4 .0 # indicate your selected version of Xcode
6060 resource_class: m4pro.medium # specify a resource class (e.g. m4pro.medium or m4pro.large)
6161 steps: # a series of commands to run
6262 - checkout # pull down code from your version control system.
@@ -66,7 +66,7 @@ jobs: # a basic unit of work in a run
6666
6767 build:
6868 macos:
69- xcode: 26.3 .0 # indicate your selected version of Xcode
69+ xcode: 26.4 .0 # indicate your selected version of Xcode
7070 resource_class: m4pro.medium # specify a resource class (e.g. m4pro.medium or m4pro.large)
7171 steps:
7272 - checkout
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ You can use the macOS execution environment to run your xref:orchestrate:jobs-st
1212jobs:
1313 build:
1414 macos:
15- xcode: 26.3 .0
15+ xcode: 26.4 .0
1616 resource_class: m4pro.medium
1717
1818 steps:
1919 # Commands will execute in macOS container
20- # with Xcode 26.3 .0 installed
20+ # with Xcode 26.4 .0 installed
2121 - run: xcodebuild -version
2222----
2323
@@ -39,7 +39,7 @@ include::ROOT:partial$execution-resources/macos-resource-table.adoc[]
3939jobs:
4040 build:
4141 macos:
42- xcode: 26.3 .0
42+ xcode: 26.4 .0
4343 resource_class: m4pro.medium
4444----
4545
@@ -218,7 +218,7 @@ version: 2.1
218218jobs:
219219 build-and-test:
220220 macos:
221- xcode: 26.3 .0
221+ xcode: 26.4 .0
222222 environment:
223223 HOMEBREW_NO_AUTO_UPDATE: 1
224224 steps:
@@ -257,7 +257,7 @@ version: 2.1
257257jobs:
258258 build-and-test:
259259 macos:
260- xcode: 26.3 .0
260+ xcode: 26.4 .0
261261 environment:
262262 FL_OUTPUT_DIR: output
263263
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ version: 2.1
7979jobs:
8080 hello-job:
8181 macos:
82- xcode: 26.3 .0
82+ xcode: 26.4 .0
8383 resource_class: m4pro.medium
8484 steps:
8585 - checkout # check out the code in the project directory
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ macOS::
119119jobs:
120120 build:
121121 macos:
122- xcode: 26.3 .0
122+ xcode: 26.4 .0
123123 resource_class: m4pro.medium
124124 steps:
125125 # ... other config
Original file line number Diff line number Diff line change @@ -1082,14 +1082,14 @@ CircleCI supports running jobs on link:https://developer.apple.com/macos/[macOS]
10821082|===
10831083--
10841084
1085- *Example:* Use a macOS virtual machine with Xcode version 26.3 .0:
1085+ *Example:* Use a macOS virtual machine with Xcode version 26.4 .0:
10861086
10871087[,yaml]
10881088----
10891089jobs:
10901090 build:
10911091 macos:
1092- xcode: 26.3 .0
1092+ xcode: 26.4 .0
10931093----
10941094
10951095'''
@@ -1244,7 +1244,7 @@ include::guides:ROOT:partial$execution-resources/macos-resource-table.adoc[]
12441244jobs:
12451245 build:
12461246 macos:
1247- xcode: 26.3 .0
1247+ xcode: 26.4 .0
12481248 resource_class: m4pro.medium
12491249 steps:
12501250 ... // other config
You can’t perform that action at this time.
0 commit comments