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-geolocation.git
The following commit(s) were added to refs/heads/master by this push: new 882fbcc ci(ios): fix workflows (#291) 882fbcc is described below commit 882fbcc008ea86a9f88fe1a9791c0e4e91adf52a Author: TAICHI <kum...@outlook.com> AuthorDate: Sun Apr 27 02:37:25 2025 +0900 ci(ios): fix workflows (#291) --- .github/workflows/ios.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index aa2e7ef..96157ca 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -50,11 +50,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 +58,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