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-13 (also Intel) because macos-14 images
are ARM and the ARM testing is done with GitHub Actions.
  • Loading branch information
hjmjohnson authored and thewtex committed Jun 19, 2024
1 parent e4cccf5 commit 00456a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: macos-11
vmImage: macos-13
steps:
- checkout: self
clean: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 300
pool:
vmImage: macos-11
vmImage: macos-13
steps:
- checkout: self
clean: true
Expand Down

0 comments on commit 00456a6

Please sign in to comment.