mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-11 17:56:18 +08:00
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:
4
.github/workflows/ci_mac_xcode.yml
vendored
4
.github/workflows/ci_mac_xcode.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user