Skip to content

Commit

Permalink
Change supported MacOS version to Ventura (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Apr 27, 2023
1 parent 829a252 commit 0240b3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ task:
only_if: $CIRRUS_PR != ''

macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:13.3.1
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3

name: "PR: arm64-apple-darwin"

Expand Down Expand Up @@ -65,7 +65,7 @@ task:
only_if: $CIRRUS_CRON == "nightly"

macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:13.3.1
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3

name: "nightly: arm64-apple-darwin"

Expand Down Expand Up @@ -114,7 +114,7 @@ task:
only_if: $CIRRUS_TAG =~ '^\d+\.\d+\.\d+$'

macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode:13.3.1
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.3

name: "release: arm64-apple-darwin"

Expand Down
5 changes: 5 additions & 0 deletions .release-notes/ventura.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Switch supported MacOS version to Ventura

We've switched our supported MacOS version from Monterey to Ventura.

"Supported" means that all corral changes are tested on Ventura rather than Monterey and our pre-built corral distribution is built on Ventura.

0 comments on commit 0240b3a

Please sign in to comment.