From e5de32ad0223b59e8ad3e69a6621b27d55ccf1f0 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Mon, 17 Jun 2024 12:49:39 -0500 Subject: [PATCH] COMP: macOS-11 Azure CI environment EOL The macOS-11 environment is deprecated and scheduled to be removed on June 28th, 2024. Update to macos-13 (also Intel) because macos-14 images are ARM and the ARM testing is done with GitHub Actions. --- Testing/ContinuousIntegration/AzurePipelinesMacOS.yml | 3 ++- Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Testing/ContinuousIntegration/AzurePipelinesMacOS.yml b/Testing/ContinuousIntegration/AzurePipelinesMacOS.yml index efe616bfdb8..5be58f7a6bc 100644 --- a/Testing/ContinuousIntegration/AzurePipelinesMacOS.yml +++ b/Testing/ContinuousIntegration/AzurePipelinesMacOS.yml @@ -31,7 +31,8 @@ jobs: timeoutInMinutes: 0 cancelTimeoutInMinutes: 300 pool: - vmImage: macos-11 + # https://github.com/actions/runner-images?tab=readme-ov-file#available-images + vmImage: macos-13 steps: - checkout: self clean: true diff --git a/Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml b/Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml index adce0f0cdc8..cfb166d2df4 100644 --- a/Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml +++ b/Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml @@ -31,7 +31,8 @@ jobs: timeoutInMinutes: 0 cancelTimeoutInMinutes: 300 pool: - vmImage: macos-11 + # https://github.com/actions/runner-images?tab=readme-ov-file#available-images + vmImage: macos-13 steps: - checkout: self clean: true