Try running iOS build under macOS 14

The build doesn't work under macos-latest any more with xcodebuild
complaining about not being to find iOS platform, so try running it
under the previous versions.

See #25727.
This commit is contained in:
Vadim Zeitlin
2025-08-26 00:46:11 +02:00
parent d6af1f50ca
commit 1d51d79045

View File

@@ -90,14 +90,14 @@ jobs:
configuration: 'Release'
project: samples/minimal/minimal_cocoa.xcodeproj
- name: iOS static Debug
runner: macos-latest
runner: macos-14
scheme: 'static'
destination: 'generic/platform=iOS'
arch: x86_64
configuration: 'Debug'
project: build/osx/wxiphone.xcodeproj
- name: iOS Simulator static
runner: macos-latest
runner: macos-15
scheme: 'app-static'
destination: 'generic/platform=iOS Simulator'
arch: arm64