[CI] Update macos resource class. NFC (#1643)
See https://circleci.com/changelog/deprecation-of-mac-m1-and-m2-resource-classes/ Sadly this also means we have to bump the version of macOS that we test on from 12.6.1 to 13.2.1
This commit is contained in:
@@ -14,10 +14,10 @@ executors:
|
||||
# brew itself which takes more than 4 minutes.
|
||||
HOMEBREW_NO_AUTO_UPDATE: "1"
|
||||
macos:
|
||||
# Corresponds to macOS 12.6.1
|
||||
# Corresponds to macOS 13.2.1
|
||||
# See https://circleci.com/docs/guides/execution-managed/using-macos/#supported-xcode-versions
|
||||
xcode: "14.0.1"
|
||||
resource_class: macos.m1.medium.gen1
|
||||
xcode: "14.3.1"
|
||||
resource_class: m4pro.medium
|
||||
linux_arm64:
|
||||
machine:
|
||||
image: ubuntu-2004:2023.07.1
|
||||
|
||||
Reference in New Issue
Block a user