Skip to content

Commit

Permalink
ci: Switch Azure's macOS build to supported OS version (#643)
Browse files Browse the repository at this point in the history
The image macOS-10.14 is not available anymore, but macOS-10.15
is still available.
  • Loading branch information
striezel authored Apr 7, 2022
1 parent a38f890 commit c1c87ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
cxxver: '17'
use_conan: 'ON'

- job: 'macos1014_xcode11_cmake'
- job: 'macos1015_xcode11_cmake'
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
steps:
- script: which clang++ && clang++ --version
displayName: 'Check clang'
Expand Down

0 comments on commit c1c87ee

Please sign in to comment.