Skip to content

Commit ab8cf98

Browse files
authored
docs: remove a1-standard-4 agent (#669)
## πŸ“ Description <!-- Describe your changes in detail --> Since `a1-standard-4` agents were deprecated, they have been removed from the documentation. ## βœ… Checklist - [ ] I have tested this change - [x] This change requires documentation update
1 parent ade15ba commit ab8cf98

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed

β€Ždocs/docs/reference/machine-types.mdβ€Ž

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

128125
A2 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

β€Ždocs/docs/reference/os-apple.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

β€Ždocs/docs/reference/pipeline-yaml.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Part of the [`agent`](#agent) definition. This is an optional property to specif
9595
If 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

100100
The 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

β€Ždocs/docs/using-semaphore/jobs.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

β€Ždocs/versioned_docs/version-CE/reference/pipeline-yaml.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

β€Ždocs/versioned_docs/version-CE/using-semaphore/jobs.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
Β (0)