This is an automated email from the ASF dual-hosted git repository. manuelbeck pushed a commit to branch pr-workflow-ios-update-obsolete-xcode-add-new-ios-versions in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git
commit 976c07dae3c57729ffd937bab3aaf66b4d80a114 Author: Manuel Beck <[email protected]> AuthorDate: Thu Dec 4 00:59:54 2025 +0100 chore(ci): Update obsolete XCode versions, add iOS 18 and 26 - XCode 13 and 14 is not available anymore, replaced it with XCode 15 - Added tests for iOS 18 and 26 --- .github/workflows/ios.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index aa2e7ef..d45c3ed 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -50,18 +50,26 @@ jobs: strategy: matrix: versions: - - os-version: macos-12 + - os-version: macos-14 ios-version: 15.x - xcode-version: 13.x + xcode-version: 15.x - os-version: macos-14 ios-version: 16.x - xcode-version: 14.x + xcode-version: 15.x - os-version: macos-14 ios-version: 17.x xcode-version: 15.x + - os-version: macos-15 + ios-version: 18.x + xcode-version: 16.x + + - os-version: macos-26 + ios-version: 26.x + xcode-version: 26.x + steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
