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-media-capture.git


The following commit(s) were added to refs/heads/master by this push:
     new a089b56  ci(ios): update workflow environment (#304)
a089b56 is described below

commit a089b560d7fd8451c2987bfd52e3d3db892c6077
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Dec 5 01:49:18 2024 +0900

    ci(ios): update workflow environment (#304)
---
 .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