Skip to content

Commit

Permalink
fix yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Dec 30, 2022
1 parent 3cfd91c commit 5b1223d
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 @@ -26,7 +26,7 @@ jobs:
CMAKE_BUILD_PARALLEL_LEVEL: 1
pool:
vmImage: 'ubuntu-latest'
container: helics/buildenv:clang12-builder
container: helics/buildenv:clang14-builder
steps:
- template: .ci/azure-build.yml
- script: git diff --exit-code --color
Expand Down Expand Up @@ -116,12 +116,12 @@ jobs:
containerImage: helics/buildenv:clang8-builder
units.std: 14
units.options: -DUNITS_BASE_TYPE=uint64_t
clang9_17:
clang9_17:
containerImage: helics/buildenv:clang9-builder
units.std: 17
units.options: -DUNITS_FORCE_LIBCXX=ON
clang12_20:
containerImage: helics/buildenv:clang12-builder
clang14_20:
containerImage: helics/buildenv:clang14-builder
units.std: 20
units.options: -DUNITS_FORCE_LIBCXX=ON -DCMAKE_CXX_FLAGS=-std=c++20
container: $[ variables['containerImage'] ]
Expand Down

0 comments on commit 5b1223d

Please sign in to comment.