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

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


The following commit(s) were added to refs/heads/master by this push:
     new a73529c  ci: update github workflow (#184)
a73529c is described below

commit a73529c07596bf343fa6eb168ef535ecd1935b3f
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jul 14 22:16:33 2025 +0900

    ci: update github workflow (#184)
---
 .github/workflows/ios.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index aa2e7ef..b188046 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -23,6 +23,7 @@ on:
       - '**.md'
       - 'LICENSE'
       - '.eslint*'
+
   pull_request:
     paths-ignore:
       - '**.md'
@@ -50,11 +51,7 @@ jobs:
     strategy:
       matrix:
         versions:
-          - os-version: macos-12
-            ios-version: 15.x
-            xcode-version: 13.x
-
-          - os-version: macos-14
+          - os-version: macos-13
             ios-version: 16.x
             xcode-version: 14.x
 
@@ -62,6 +59,10 @@ jobs:
             ios-version: 17.x
             xcode-version: 15.x
 
+          - os-version: macos-15
+            ios-version: 18.x
+            xcode-version: 16.x
+
     steps:
       - uses: actions/checkout@v4
       - uses: actions/setup-node@v4


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to