Skip to content

Commit

Permalink
COMP: macOS-11 Azure CI environment EOL
Browse files Browse the repository at this point in the history
The macOS-11 environment is deprecated and scheduled
to be removed on June 28th, 2024.

Update to macos-12 (also Intel) because macos-14 images
are ARM and the ARM testing is done with GitHub Actions.
  • Loading branch information
hjmjohnson committed Jun 20, 2024
1 parent 9834ed2 commit 1756991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1756991

Please sign in to comment.