You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/08/08 13:50:41 UTC

[cordova-paramedic] branch master updated: ci(ios): drop macos 10.15 & iOS 12 (#241)

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-paramedic.git


The following commit(s) were added to refs/heads/master by this push:
     new 77f5cc8  ci(ios): drop macos 10.15 & iOS 12 (#241)
77f5cc8 is described below

commit 77f5cc885f82723d42a63b07b990d7e7f544c347
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Aug 8 22:50:36 2022 +0900

    ci(ios): drop macos 10.15 & iOS 12 (#241)
---
 .github/workflows/ios.yml | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 142ab9f..982fe8e 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -49,15 +49,11 @@ jobs:
     strategy:
       matrix:
         versions:
-          - os-version: macos-10.15
-            ios-version: 12.x
-            xcode-version: 11.x
-
-          - os-version: macos-10.15
+          - os-version: macos-11
             ios-version: 13.x
             xcode-version: 11.x
 
-          - os-version: macos-10.15
+          - os-version: macos-11
             ios-version: 14.x
             xcode-version: 12.x
 
@@ -87,19 +83,8 @@ jobs:
           npm i -g cordova@latest ios-deploy@latest
           npm ci
 
-      # Starting from Cordova-iOS 6.1, Xcode 11.x or higher is required for a successful build.
-      # By default, the Xcode 11.x app comes with the iOS 13.x.
-      # To continue testing iOS 12.x, we create a symbolic link to the iOS 12.4 Simulator Runtime.
-      # This simulator runtime is located in the Xcode 10.3 app that is preinstalled with the
-      # GitHub’s macOS 10.15 image.
-      - name: Run setup iOS 12.x support
-        if: ${{ matrix.versions.ios-version == '12.x' }}
-        run: |
-          sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
-          sudo ln -s /Applications/Xcode_10.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 12.4.simruntime
-
       - name: Run paramedic install
-        if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
+        if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
         run: npm i -g github:apache/cordova-paramedic
 
       - name: Run paramedic tests


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