Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workflows:
jobs:
- macos-job:
name: SPM
xcode: "14.1.0" # Required for using binary frameworks with SPM
xcode: "14.3.1" # Required for using binary frameworks with SPM
spm: true
- macos-job:
name: Carthage
Expand All @@ -31,7 +31,7 @@ jobs:
parameters:
xcode:
type: string
default: "14.1.0"
default: "14.3.1"
cocoapods:
type: boolean
default: false
Expand Down
Loading