Skip to content

Commit

Permalink
Request Catalina for build. (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Jan 20, 2022
1 parent b7cc529 commit 9936d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stages:
displayName: 'OSX, Threads, CLI/GUI'
timeoutInMinutes: 120
pool:
vmImage: 'macos-latest'
vmImage: 'macOS-10.15'
steps:
- checkout: self
fetchDepth: 1
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:
displayName: "OSX, Threads, CLI/GUI"
timeoutInMinutes: 120
pool:
vmImage: "macos-latest"
vmImage: "macOS-10.15"
steps:
- checkout: self
fetchDepth: 1
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stages:
displayName: 'OSX, Threads, CLI/GUI'
timeoutInMinutes: 120
pool:
vmImage: 'macos-latest'
vmImage: 'macOS-10.15'
steps:
- checkout: self
fetchDepth: 1
Expand Down

0 comments on commit 9936d85

Please sign in to comment.