Skip to content

Commit 987cc8f

Browse files
JonnyPtneXpl0it3r
authored andcommitted
Remove iOS makefile CI jobs
1 parent df84825 commit 987cc8f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- { name: macOS x64, os: macos-13, flags: -GNinja }
4444
- { name: macOS x64 Xcode, os: macos-13, flags: -GXcode }
4545
- { name: macOS arm64, os: macos-15, flags: -GNinja -DSFML_RUN_AUDIO_DEVICE_TESTS=OFF }
46-
- { name: iOS, os: macos-15, flags: -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64 }
4746
- { name: iOS Xcode, os: macos-15, flags: -DCMAKE_SYSTEM_NAME=iOS -GXcode -DCMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_ALLOWED=NO }
4847
config:
4948
- { name: Shared, flags: -DBUILD_SHARED_LIBS=ON }
@@ -100,8 +99,6 @@ jobs:
10099
api: 33
101100
type: { name: Debug, flags: -DCMAKE_BUILD_TYPE=Debug -DSFML_FATAL_OPENGL_ERRORS=ON }
102101
exclude: # Shared libraries are not supported on iOS
103-
- platform: { name: iOS }
104-
config: { name: Shared }
105102
- platform: { name: iOS Xcode }
106103
config: { name: Shared }
107104

0 commit comments

Comments
 (0)