fix ios CI workflow after commit e4460e897f

This commit is contained in:
Ozkan Sezer 2023-08-01 08:51:02 +03:00
parent 72ce76905a
commit a509771a87
1 changed files with 2 additions and 2 deletions

View File

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