Skip to content

Commit

Permalink
Fix outdated Mac OS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
trittsv authored Jan 31, 2025
1 parent 8eba07c commit c234b60
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 12 with Clang 13 (Debug, x86_64)':
image: macOS-12
'macOS 14 with Clang 15 (Debug, x86_64)':
image: macOS-14
sanitizer: address
cc: clang
cxx: clang++
'macOS 12 with Clang 13 (Release, x86_64)':
image: macOS-12
'macOS 14 with Clang 15 (Release, x86_64)':
image: macOS-14
build_type: Release
sanitizer: address,undefined
cc: clang
Expand Down

0 comments on commit c234b60

Please sign in to comment.