From dbb280a5a806b855f0028e3fda267c45b7e2d612 Mon Sep 17 00:00:00 2001 From: David Brownell <38224104+davidbrownellWork@users.noreply.github.com> Date: Fri, 13 Mar 2020 08:28:28 -0700 Subject: [PATCH] Removed macOS 10.13 builds; Azure DevOps agents are being deprecated (#166) Co-authored-by: Jin Yan --- CI/CI.yaml | 8 -------- CI/PR.yaml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/CI/CI.yaml b/CI/CI.yaml index cc3f791..ad5f168 100644 --- a/CI/CI.yaml +++ b/CI/CI.yaml @@ -110,14 +110,6 @@ stages: job_display_name: "CentOS 7-x64-GCC 4.8.5" operating_system: Linux - - template: "templates/BuildAndTest.job_template.yaml" - parameters: - agent_pool: macOS-10.13 - configuration: system_compiler - job_display_name: "MacOS 10.13-x64-Clang Apple 11.0.0" - job_name_unique_id: "1013" - operating_system: MacOS - - template: "templates/BuildAndTest.job_template.yaml" parameters: agent_pool: FeaturizersLibrary diff --git a/CI/PR.yaml b/CI/PR.yaml index b79684b..00804d5 100644 --- a/CI/PR.yaml +++ b/CI/PR.yaml @@ -96,14 +96,6 @@ stages: job_display_name: "CentOS 7-x64-GCC 4.8.5" operating_system: Linux - - template: "templates/BuildAndTest.job_template.yaml" - parameters: - agent_pool: macOS-10.13 - configuration: system_compiler - job_display_name: "MacOS 10.13-x64-Clang Apple 10.0.0" - job_name_unique_id: "1013" - operating_system: MacOS - - template: "templates/BuildAndTest.job_template.yaml" parameters: agent_pool: FeaturizersLibrary