Attempt to fix iOS build

Similar sort of fix applied to all of our other repositories.
This commit is contained in:
Dan Balasescu 2025-08-26 08:14:01 +09:00
parent 742ac35cbc
commit e8a54c5506
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

View File

@ -106,12 +106,17 @@ jobs:
build-ios:
name: ios
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
# https://github.com/dotnet/macios/issues/19157
# https://github.com/actions/runner-images/issues/12758
- name: Use Xcode 16.4
run: sudo xcode-select -switch /Applications/Xcode_16.4.app
- name: Build (iOS)
run: |
modules=("SDL3" "SDL3_image" "SDL3_ttf" "SDL3_mixer")