Skip to content

Commit

Permalink
ENH: Upgrade Azure Pipelines CI from macos-11 to macos-14
Browse files Browse the repository at this point in the history
Triggered by issue #1105 "Add macos-14 in CI" submitted by Matt McCormick, as well as a remark by Bradley Lowekamp at SimpleITK/SimpleITK#2104 (comment)

macos-11 is no longer maintained anyway. It is now deprecated, according to https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
  • Loading branch information
N-Dekker committed Apr 26, 2024
1 parent 8acf43d commit 395a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/CI/Azure/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- job: macOS
timeoutInMinutes: 0
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-14'
strategy:
matrix:
ITKv5:
Expand Down

0 comments on commit 395a2a4

Please sign in to comment.