Skip to content

Commit dfdbc26

Browse files
committed
fix ci workflow
1 parent 009239f commit dfdbc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
env:
1313
WORKSPACE: HLSCachingReverseProxyServer.xcworkspace
1414
SCHEME: HLSCachingReverseProxyServer-Package
15-
SDK: iphonesimulator13.1
16-
DESTINATION: platform=iOS Simulator,name=iPhone 11 Pro,OS=13.1
15+
SDK: iphonesimulator
16+
DESTINATION: platform=iOS Simulator,name=iPhone 11 Pro,OS=latest
1717

1818
steps:
1919
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)