Skip to content

Commit

Permalink
Update azure pipelines script.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalz800 committed Dec 6, 2023
1 parent 7fb2e3a commit e949de4
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 @@ -21,7 +21,7 @@ strategy:
VM_IMAGE: 'macOS-11'
OPERATING_SYSTEM: 'mac-os'
COMPILER: 'clang'
CLANG_VERSION: '13'
CLANG_VERSION: '17'
ASAN_OPTIONS: 'alloc_dealloc_mismatch=0'
TEST_AUTODETECT: 1

Expand All @@ -45,7 +45,7 @@ steps:
condition: and(eq(variables['OPERATING_SYSTEM'], 'linux'), eq(variables['COMPILER'], 'gcc'))

- script: |
brew install llvm@$(CLANG_VERSION) make
brew install --force-bottle llvm@$(CLANG_VERSION) make
displayName: 'install (mac)'
condition: eq(variables['OPERATING_SYSTEM'], 'mac-os')

Expand Down

0 comments on commit e949de4

Please sign in to comment.