From 51f4fc0676323181d3ea2f593990667eaa96c0bb Mon Sep 17 00:00:00 2001 From: Kuixi Song Date: Thu, 16 Mar 2023 10:24:59 -0700 Subject: [PATCH 1/4] Update azure-pipelines.yml to macOS-11 * `macOS-10.14` is deprecated according to https://github.com/actions/runner-images/issues/5583 so we're updating to `macOS-11` in `azure-pipelines.yml` --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e25ed1f..42a0016 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ pr: - master pool: - vmImage: macOS-10.14 + vmImage: macOS-11 demands: xcode variables: From 62e9e551322e4322a2f2a5829d05a5cc8ceedecf Mon Sep 17 00:00:00 2001 From: Kuixi Song Date: Thu, 16 Mar 2023 10:43:18 -0700 Subject: [PATCH 2/4] Update azure-pipelines.yml for Xcode version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 42a0016..6feb14a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ pool: variables: workspace: 'Hakawai.xcworkspace' scheme: 'Hakawai' - xcodeVersion: '10' + xcodeVersion: '12' steps: - task: CocoaPods@0 From b91fb13a2247a7eb5a0034d41a5f313640bbc1f1 Mon Sep 17 00:00:00 2001 From: Kuixi Song Date: Thu, 16 Mar 2023 11:02:46 -0700 Subject: [PATCH 3/4] Update azure-pipelines.yml for iPhone 8 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6feb14a..287c43a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,5 +39,5 @@ steps: scheme: $(scheme) xcodeVersion: $(xcodeVersion) destinationPlatformOption: 'iOS' - destinationSimulators: 'iPhone X' + destinationSimulators: 'iPhone 8' publishJUnitResults: true From 08ce168456757eb9af9d84fa97ffd6fde3011a48 Mon Sep 17 00:00:00 2001 From: Kuixi Song Date: Thu, 16 Mar 2023 11:30:00 -0700 Subject: [PATCH 4/4] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 287c43a..1797601 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,5 +39,5 @@ steps: scheme: $(scheme) xcodeVersion: $(xcodeVersion) destinationPlatformOption: 'iOS' - destinationSimulators: 'iPhone 8' + destinationSimulators: 'iPhone 12' publishJUnitResults: true