diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 9c661d2fe..b36f29db8 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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