Skip to content
Snippets Groups Projects
Verified Commit 83ca3ff1 authored by Joe Shaw's avatar Joe Shaw Committed by GitLab
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 12c9512c
1 merge request!164553Update macos hosted docs with new default image macos-14
......@@ -39,7 +39,7 @@ in your `.gitlab-ci.yml` file. Each image runs a specific version of macOS and X
| `macos-13-xcode-14` | `GA` | [Preinstalled Software](https://gitlab-org.gitlab.io/incubation-engineering/mobile-devops/macos-runner-inspector/macos-13-xcode-14/) |
| `macos-14-xcode-15` | `GA` | [Preinstalled Software](https://gitlab-org.gitlab.io/incubation-engineering/mobile-devops/macos-runner-inspector/macos-14-xcode-15/) |
If no image is specified, the macOS runner uses `macos-13-xcode-14`.
If no image is specified, the macOS runner uses `macos-14-xcode-15`.
## Image update policy for macOS
......@@ -50,6 +50,8 @@ Major and minor releases of macOS and Xcode, are made available within two weeks
A new major release image is initially made available as beta, and becomes generally available (GA) with the release of the first minor release.
Because only two GA images are supported at a time, the oldest image becomes deprecated and will be removed after three months according to the [supported image lifecycle](../index.md#supported-image-lifecycle).
When a new major release is GA, it becomes the default image for all macOS jobs.
## Example `.gitlab-ci.yml` file
The following sample `.gitlab-ci.yml` file shows how to start using the hosted runners on macOS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment