Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use newer xcode version for azure #819

Closed
wants to merge 12 commits into from
28 changes: 14 additions & 14 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
variables:
MIN_VM_IMAGE: macOS-12
MIN_XCODE_VERSION: 13.1
MIN_PLATFORM_VERSION: 15.0
MIN_TV_PLATFORM_VERSION: 15.0
MIN_TV_DEVICE_NAME: Apple TV 4K (2nd generation)
MIN_IPHONE_DEVICE_NAME: iPhone 11
MIN_IPAD_DEVICE_NAME: iPad Pro (11-inch) (3rd generation)
MAX_VM_IMAGE: macOS-12
MAX_XCODE_VERSION: 14.2
MAX_PLATFORM_VERSION: 16.2
MAX_PLATFORM_VERSION_TV: 16.1
MAX_IPHONE_DEVICE_NAME: iPhone 13
MAX_TV_DEVICE_NAME: Apple TV 4K (2nd generation)
MAX_IPAD_DEVICE_NAME: iPad Pro (11-inch) (3rd generation)
MIN_VM_IMAGE: macos-13-arm64
MIN_XCODE_VERSION: 14.1
MIN_PLATFORM_VERSION: 16.1
MIN_TV_PLATFORM_VERSION: 16.1
MIN_TV_DEVICE_NAME: Apple TV 4K (3rd generation)
MIN_IPHONE_DEVICE_NAME: iPhone 14
MIN_IPAD_DEVICE_NAME: iPad Pro (11-inch) (4th generation)
MAX_VM_IMAGE: macos-13-arm64
MAX_XCODE_VERSION: 15.0.1
MAX_PLATFORM_VERSION: 17.0.1
MAX_PLATFORM_VERSION_TV: 17.0
MAX_IPHONE_DEVICE_NAME: iPhone 15
MAX_TV_DEVICE_NAME: Apple TV 4K (3rd generation)
MAX_IPAD_DEVICE_NAME: iPad Pro (11-inch) (4th generation)
DEFAULT_NODE_VERSION: "18.x"

trigger:
Expand Down
3 changes: 0 additions & 3 deletions Fastlane/Pluginfile

This file was deleted.