Skip to content

Commit

Permalink
Fix outdated Mac OS pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
trittsv authored and eboasson committed Feb 3, 2025
1 parent 4a7fea9 commit 88c3357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ strategy:
cxx: g++-12
type_lib: off
topic_discovery: off
'macOS 11 with Clang 12 (Debug, x86_64)':
image: macOS-11
'macOS 12 with Clang 13 (Debug, x86_64)':
image: macOS-12
sanitizer: address
cc: clang
cxx: clang++
'macOS 11 with Clang 12 (Release, x86_64)':
image: macOS-11
'macOS 12 with Clang 13 (Release, x86_64)':
image: macOS-12
build_type: Release
sanitizer: address,undefined
cc: clang
Expand Down

0 comments on commit 88c3357

Please sign in to comment.