Skip to content

Commit 7df04c7

Browse files
committed
Update CircleCI to use latest images
1 parent 43aad75 commit 7df04c7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ version: 2.1
33
parameters:
44
xcode_version:
55
type: string
6-
default: "13.0.0"
6+
default: "13.2.1"
77
ios_current_version:
88
type: string
9-
default: "15.0"
9+
default: "15.2"
1010
ios_previous_version:
1111
type: string
1212
default: "14.5"
1313
ios_sdk:
1414
type: string
15-
default: "iphonesimulator15.0"
15+
default: "iphonesimulator15.2"
1616
macos_version: # The user-facing version string for macOS builds
1717
type: string
18-
default: "11.5.2"
18+
default: "11.6.2"
1919
macos_sdk: # The full SDK string to use for macOS builds
2020
type: string
21-
default: "macosx11.3"
21+
default: "macosx12.1"
2222
tvos_version: # The user-facing version string of tvOS builds
2323
type: string
24-
default: "15.0"
24+
default: "15.2"
2525
tvos_sdk:
2626
type: string
27-
default: "appletvsimulator15.0"
27+
default: "appletvsimulator15.2"
2828

2929
commands:
3030
integration_test_setup:

0 commit comments

Comments
 (0)