Unverified Commit c2aa3c6f authored by Markus Zimmermann's avatar Markus Zimmermann Committed by GitHub
Browse files

docs: Divide list of versions into the actual version and release name of MacOS (#100)

parent c9c3d82a
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -85,13 +85,13 @@ kubectl apply -f kubernetes.yml

  Select from the values below:
  
  |   **Value** | **Version**    |
  |----|-----|
  | `sequoia`    | macOS Sequoia   |
  | `sonoma`    | macOS Sonoma   |
  | `ventura`   | macOS Ventura  |
  | `monterey`  | macOS Monterey |
  | `big-sur`   | macOS Big Sur  |
  |   **Value** | **Version**    | **Name** |
  |-------------|----------------|------------------|
  | `sequoia`   | macOS 15       | Sequoia          |
  | `sonoma`    | macOS 14       | Sonoma           |
  | `ventura`   | macOS 13       | Ventura          |
  | `monterey`  | macOS 12       | Monterey         |
  | `big-sur`   | macOS 11       | Big Sur          |

### How do I change the storage location?