mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-02-02 00:00:05 +08:00
fix(ios): Set minimum XCode version in GitHub Action to 15 (#386)
- The iOS 16.x Test failed, because the XCode version 14.x could not be found. A minimum XCode version would be 15.x. - Made ios-version 15.x test equal with the other tests. There is no need to run an older xcode version on an older macos version. Even the recent XCode version 26 does support iOS 15, so it's ok to use minimum XCode 15.
This commit is contained in:
6
.github/workflows/ios.yml
vendored
6
.github/workflows/ios.yml
vendored
@@ -50,13 +50,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
versions:
|
versions:
|
||||||
- os-version: macos-12
|
- os-version: macos-14
|
||||||
ios-version: 15.x
|
ios-version: 15.x
|
||||||
xcode-version: 13.x
|
xcode-version: 15.x
|
||||||
|
|
||||||
- os-version: macos-14
|
- os-version: macos-14
|
||||||
ios-version: 16.x
|
ios-version: 16.x
|
||||||
xcode-version: 14.x
|
xcode-version: 15.x
|
||||||
|
|
||||||
- os-version: macos-14
|
- os-version: macos-14
|
||||||
ios-version: 17.x
|
ios-version: 17.x
|
||||||
|
|||||||
Reference in New Issue
Block a user