From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- src/contrib/SDL-2.30.2/.github/workflows/ios.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/contrib/SDL-2.30.2/.github/workflows/ios.yml (limited to 'src/contrib/SDL-2.30.2/.github/workflows/ios.yml') diff --git a/src/contrib/SDL-2.30.2/.github/workflows/ios.yml b/src/contrib/SDL-2.30.2/.github/workflows/ios.yml deleted file mode 100644 index 1eb5735..0000000 --- a/src/contrib/SDL-2.30.2/.github/workflows/ios.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Build (iOS/tvOS) - -on: [push, pull_request] - -jobs: - Build: - name: ${{ matrix.platform.name }} - runs-on: macos-latest - - strategy: - fail-fast: false - matrix: - platform: - - { name: iOS, target: Static Library-iOS, sdk: iphoneos } - - { name: tvOS, target: Static Library-tvOS, sdk: appletvos } - - steps: - - uses: actions/checkout@v4 - - name: Build - run: xcodebuild -project Xcode/SDL/SDL.xcodeproj -target '${{ matrix.platform.target }}' -configuration Release -sdk ${{ matrix.platform.sdk }} clean build \ No newline at end of file -- cgit v1.2.3