Explorar o código

fix ios CI workflow after commit e4460e897f

Ozkan Sezer %!s(int64=2) %!d(string=hai) anos
pai
achega
a509771a87
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/ios.yml

+ 2 - 2
.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