Skip to content

Commit

Permalink
docs: Divide list of versions into the actual version and release nam…
Browse files Browse the repository at this point in the history
…e of MacOS (#100)
  • Loading branch information
zimmski authored Oct 18, 2024
1 parent c9c3d82 commit c2aa3c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit c2aa3c6

Please sign in to comment.