Skip to content

Commit 02477ed

Browse files
authored
Merge pull request #855 from mountebank-testing/mattherman-macos-xcode-ci-2
Specify valid resource class and Xcode version for mac CI jobs
2 parents 523a99c + ffaef12 commit 02477ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ jobs:
122122

123123
mac:
124124
macos:
125-
xcode: 14.0.1
125+
xcode: 14.3.1
126+
resource_class: m4pro.medium
126127
steps:
127128
- checkout
128129
- run:

0 commit comments

Comments
 (0)