From a509771a87559ca040a40b5fef932a8220343f7a Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 1 Aug 2023 08:51:02 +0300 Subject: [PATCH] fix ios CI workflow after commit e4460e897f --- .github/workflows/ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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