File tree Expand file tree Collapse file tree 6 files changed +12
-15
lines changed
versioned_docs/version-CE Expand file tree Collapse file tree 6 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -120,15 +120,12 @@ Semaphore Cloud provides the following Apple machine types:
120120
121121| Type | Virtual CPUs | Architecture | OS Supported | Memory | Disk |
122122| --| --| --| --| --| --|
123- | ` a1-standard-4 ` | 4 | x86_64 (AMD) | [ macOS Xcode15] ( ./os-apple#mac-15 ) | 8 | 150 |
124- | ` a2-standard-4 ` | 4 | Apple Silicon | [ macOS Xcode15] ( ./os-apple#mac-15 ) <br />[ macOS Xcode16] ( ./os-apple#mac-16 ) | 8 | 150 |
125-
126- A1 machines can only be paired with [ macOS Xcode15] ( ./os-apple#mac-15 ) .
123+ | ` a2-standard-4 ` | 4 | Apple Silicon | [ macOS Xcode16] ( ./os-apple#mac-16 ) <br />[ macOS Xcode26] ( ./os-apple#mac-26 ) | 8 | 150 |
127124
128125A2 machines can be paired with:
129126
130- - [ macOS Xcode15] ( ./os-apple#mac-15 )
131127- [ macOS Xcode16] ( ./os-apple#mac-16 )
128+ - [ macOS Xcode26] ( ./os-apple#mac-26 )
132129
133130## See also
134131
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ Following gems are pre-installed:
354354</div >
355355</details >
356356
357- ## macOS Xcode 15 {#mac-15}
357+ ## (DEPRECATED) macOS Xcode 15 {#mac-15}
358358
359359<Tabs groupId =" editor-yaml " >
360360<TabItem value =" editor " label =" Editor " >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Part of the [`agent`](#agent) definition. This is an optional property to specif
9595If a value is not provided, the default for the machine type is used :
9696
9797- `e1-standard-*` machine types : ` ubuntu2004`
98- - `a1 -standard-*` machine types : ` macos-xcode15 `
98+ - `a2 -standard-*` machine types : ` macos-xcode16 `
9999
100100The list of valid values for Semaphore Cloud is available on the [machine types reference](./machine-types) page.
101101
@@ -758,8 +758,8 @@ blocks:
758758 # highlight-start
759759 agent:
760760 machine:
761- type: a1 -standard-4
762- os_image: macos-xcode15
761+ type: a2 -standard-4
762+ os_image: macos-xcode16
763763 # highlight-end
764764 jobs:
765765 - name: Using agent job
Original file line number Diff line number Diff line change @@ -991,8 +991,8 @@ blocks:
991991 task:
992992 agent:
993993 machine:
994- type: a1 -standard-4
995- os_image: macos-xcode15
994+ type: a2 -standard-4
995+ os_image: macos-xcode16
996996 # highlight-end
997997 jobs:
998998 - name: Build
Original file line number Diff line number Diff line change @@ -769,8 +769,8 @@ blocks:
769769 # highlight-start
770770 agent:
771771 machine:
772- type: a1 -standard-4
773- os_image: macos-xcode15
772+ type: a2 -standard-4
773+ os_image: macos-xcode16
774774 # highlight-end
775775 jobs:
776776 - name: Using agent job
Original file line number Diff line number Diff line change @@ -922,8 +922,8 @@ blocks:
922922 task:
923923 agent:
924924 machine:
925- type: a1 -standard-4
926- os_image: macos-xcode15
925+ type: a2 -standard-4
926+ os_image: macos-xcode16
927927 # highlight-end
928928 jobs:
929929 - name: Build
You canβt perform that action at this time.
0 commit comments