We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a009abd commit 7997c74Copy full SHA for 7997c74
1 file changed
.circleci/config.yml
@@ -9,7 +9,7 @@ workflows:
9
jobs:
10
- macos-job:
11
name: SPM
12
- xcode: "14.1.0" # Required for using binary frameworks with SPM
+ xcode: "14.3.1" # Required for using binary frameworks with SPM
13
spm: true
14
15
name: Carthage
@@ -31,7 +31,7 @@ jobs:
31
parameters:
32
xcode:
33
type: string
34
- default: "14.1.0"
+ default: "14.3.1"
35
cocoapods:
36
type: boolean
37
default: false
0 commit comments