Skip to content

Commit 334f690

Browse files
authored
[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
1 parent 11ea2ee commit 334f690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ executors:
1414
# brew itself which takes more than 4 minutes.
1515
HOMEBREW_NO_AUTO_UPDATE: "1"
1616
macos:
17-
# Corresponds to macOS 12.6.1
17+
# Corresponds to macOS 13.2.1
1818
# See https://circleci.com/docs/guides/execution-managed/using-macos/#supported-xcode-versions
19-
xcode: "14.0.1"
20-
resource_class: macos.m1.medium.gen1
19+
xcode: "14.3.1"
20+
resource_class: m4pro.medium
2121
linux_arm64:
2222
machine:
2323
image: ubuntu-2004:2023.07.1

0 commit comments

Comments
 (0)