You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 📝 Description
<!-- Describe your changes in detail -->
Added a detailed description for macos-xcode26 age type.
## ✅ Checklist
- [ ] I have tested this change
- [x] This change requires documentation update
Copy file name to clipboardExpand all lines: docs/docs/reference/os-apple.md
+171Lines changed: 171 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,177 @@ The Operating System image defines what OS and software are pre-installed in you
12
12
13
13
This page describes OS images to run on Apple-based Semaphore Cloud [machines](./machine-types). You can add more OS options using [self-hosted agents](../using-semaphore/self-hosted).
14
14
15
+
## macOS Xcode 26 {#mac-26}
16
+
17
+
<TabsgroupId="editor-yaml">
18
+
<TabItemvalue="editor"label="Editor">
19
+
20
+
To use this operating system, choose `macos-xcode26` in the **OS Image** selector. This OS can be paired with [A2s Apple machine](./machine-types#macos).
21
+
22
+

23
+
24
+
</TabItem>
25
+
<TabItemvalue="yaml"label="YAML">
26
+
27
+
To use this operating system, use `macos-xcode26` as the `os_image`. This OS can be paired with [A2s Apple machine](./machine-types#macos).
28
+
29
+
```yaml
30
+
version: v1.0
31
+
name: Initial Pipeline
32
+
agent:
33
+
machine:
34
+
# highlight-start
35
+
type: a2-standard-4
36
+
os_image: macos-xcode26
37
+
# highlight-end
38
+
```
39
+
40
+
</TabItem>
41
+
</Tabs>
42
+
43
+
System version:
44
+
45
+
- ProductVersion: 26.0
46
+
- BuildVersion: 25A354
47
+
- Kernel Version: Darwin 25.0.0
48
+
49
+
### Version control
50
+
51
+
The following version control tools are pre-installed:
0 commit comments