fix ios CI workflow after commit e4460e897f
parent
72ce76905a
commit
a509771a87
|
@ -15,8 +15,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- { name: iOS, target: SDL3.framework, sdk: iphoneos }
|
- { name: iOS, target: SDL3, sdk: iphoneos }
|
||||||
- { name: tvOS, target: SDL3.framework, sdk: appletvos }
|
- { name: tvOS, target: SDL3, sdk: appletvos }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue