Skip to content

Commit 916706d

Browse files
update iphone and tvos runtimes
1 parent 62006d6 commit 916706d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ parameters:
66
default: "11.4.0"
77
ios_current_version:
88
type: string
9-
default: "13.3"
9+
default: "13.4"
1010
ios_previous_version:
1111
type: string
1212
default: "12.4"
1313
ios_sdk:
1414
type: string
15-
default: "iphonesimulator13.2"
15+
default: "iphonesimulator13.4"
1616
macos_version: # The user-facing version string for macOS builds
1717
type: string
1818
default: "10.15"
@@ -21,10 +21,10 @@ parameters:
2121
default: "macosx10.15"
2222
tvos_version: # The user-facing version string of tvOS builds
2323
type: string
24-
default: "13.3"
24+
default: "13.4"
2525
tvos_sdk:
2626
type: string
27-
default: "appletvsimulator13.2"
27+
default: "appletvsimulator13.4"
2828

2929
commands:
3030
common_test_steps:

0 commit comments

Comments
 (0)