Skip to content

Commit bf8e7d3

Browse files
authored
Updated iOS and tvOS versions in ci.yml to fix CI build errors.
1 parent c44fb23 commit bf8e7d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
destination: "platform=macOS"
2121
- target: iOS
2222
sdk: iphonesimulator
23-
destination: "platform=iOS Simulator,name=iPhone 14 Pro"
23+
destination: "platform=iOS Simulator,name=iPhone 17 Pro"
2424
- target: tvOS
2525
sdk: appletvsimulator
26-
destination: "platform=tvOS Simulator,name=Apple TV 4K (2nd generation)"
26+
destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v3
@@ -38,10 +38,10 @@ jobs:
3838
matrix:
3939
destination:
4040
[
41-
"platform=iOS Simulator,name=iPhone 14 Pro",
41+
"platform=iOS Simulator,name=iPhone 17 Pro",
4242
"platform=macOS,variant=Mac Catalyst",
4343
"platform=macOS",
44-
"platform=tvOS Simulator,name=Apple TV 4K (2nd generation)",
44+
"platform=tvOS Simulator,name=Apple TV 4K (3rd generation)",
4545
]
4646
scheme: ["CorePlot"]
4747
steps:

0 commit comments

Comments
 (0)