Skip to content

Commit 7997c74

Browse files
committed
fix macos executors
1 parent a009abd commit 7997c74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workflows:
99
jobs:
1010
- macos-job:
1111
name: SPM
12-
xcode: "14.1.0" # Required for using binary frameworks with SPM
12+
xcode: "14.3.1" # Required for using binary frameworks with SPM
1313
spm: true
1414
- macos-job:
1515
name: Carthage
@@ -31,7 +31,7 @@ jobs:
3131
parameters:
3232
xcode:
3333
type: string
34-
default: "14.1.0"
34+
default: "14.3.1"
3535
cocoapods:
3636
type: boolean
3737
default: false

0 commit comments

Comments
 (0)