Skip to content

Commit

Permalink
Update CircleCI to use latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Feb 11, 2022
1 parent 43aad75 commit f9f8cd9
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,7 +3,7 @@ version: 2.1
parameters:
xcode_version:
type: string
default: "13.0.0"
default: "13.2.1"
ios_current_version:
type: string
default: "15.0"
Expand All @@ -15,10 +15,10 @@ parameters:
default: "iphonesimulator15.0"
macos_version: # The user-facing version string for macOS builds
type: string
default: "11.5.2"
default: "11.6.2"
macos_sdk: # The full SDK string to use for macOS builds
type: string
default: "macosx11.3"
default: "macosx12.1"
tvos_version: # The user-facing version string of tvOS builds
type: string
default: "15.0"
Expand Down

0 comments on commit f9f8cd9

Please sign in to comment.