Skip to content

Commit

Permalink
Merge pull request LLNL#549 from LLNL/feature/kweiss/update-macos-CI
Browse files Browse the repository at this point in the history
Update macOS image to 10.15
  • Loading branch information
kennyweiss authored Nov 13, 2021
2 parents cfd35c4 + 904d0f3 commit 5696754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ strategy:
CMAKE_FLAGS: '-DCMAKE_C_COMPILER=$(C_COMPILER) -DCMAKE_CXX_COMPILER=$(CXX_COMPILER) -DENABLE_GTEST_DEATH_TESTS=OFF $(MPI_FLAGS) -DENABLE_OPENMP=ON'
TEST_TARGET: 'linux_clang10'
osx_gcc:
VM_ImageName: 'macos-10.14'
VM_ImageName: 'macos-1015'
CMAKE_FLAGS: ''
TEST_TARGET: 'osx_gcc'
windows:
Expand Down

0 comments on commit 5696754

Please sign in to comment.