This is an automated email from the ASF dual-hosted git repository.

manuelbeck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git


The following commit(s) were added to refs/heads/master by this push:
     new 5999548  chore(ci): update obsolete XCode versions, add iOS 18 and 26 
(#938)
5999548 is described below

commit 599954887bbd1e7c3762a0ffa0e6b63ea0653e16
Author: Manuel Beck <[email protected]>
AuthorDate: Mon Jan 12 15:43:09 2026 +0100

    chore(ci): update obsolete XCode versions, add iOS 18 and 26 (#938)
    
    - 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]

Reply via email to