Skip to content

Commit

Permalink
ci: Update Xcode and iOS simulator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Jun 8, 2022
1 parent 858c769 commit abe73b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version: 2.1
parameters:
xcode_version:
type: string
default: "13.3.1"
default: "13.4.1"
ios_current_version:
type: string
default: "15.4"
default: "15.5"
ios_previous_version:
type: string
default: "14.5"
ios_sdk:
type: string
default: "iphonesimulator15.4"
default: "iphonesimulator15.5"
macos_version: # The user-facing version string for macOS builds
type: string
default: "12.3.1"
Expand Down

0 comments on commit abe73b2

Please sign in to comment.