|
@@ -15,8 +15,8 @@ jobs:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
platform:
|
|
|
- - { name: iOS, target: Static Library-iOS, sdk: iphoneos }
|
|
|
- - { name: tvOS, target: Static Library-tvOS, sdk: appletvos }
|
|
|
+ - { name: iOS, target: Framework, sdk: iphoneos }
|
|
|
+ - { name: tvOS, target: Framework, sdk: appletvos }
|
|
|
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|