Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4735 from hjmjohnson/rel…
Browse files Browse the repository at this point in the history
…ease-5.4-CI-update

COMP: macOS-11 Azure CI environment EOL
  • Loading branch information
thewtex authored Jun 20, 2024
2 parents 9834ed2 + e5de32a commit 61af745
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 61af745

Please sign in to comment.