mirror of https://github.com/ppy/SDL3-CS.git
Attempt to fix iOS build
Similar sort of fix applied to all of our other repositories.
This commit is contained in:
parent
742ac35cbc
commit
e8a54c5506
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue