Skip to content

Commit 0717698

Browse files
committed
Revert "COMP: Use CMake 3.18.4 in macOS CI builds"
This reverts commit 414d4c0. Closes #2492.
1 parent 3f8b14b commit 0717698

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Testing/ContinuousIntegration/AzurePipelinesMacOS.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ jobs:
6060
- bash: |
6161
set -x
6262
63-
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/de946dd0c0a91ecf6c78c843a4580bd7116c6bf0/Formula/cmake.rb
64-
brew unlink cmake
65-
brew install ./cmake.rb
66-
6763
c++ --version
6864
cmake --version
6965

Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ jobs:
6868
- bash: |
6969
set -x
7070
71-
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/de946dd0c0a91ecf6c78c843a4580bd7116c6bf0/Formula/cmake.rb
72-
brew unlink cmake
73-
brew install ./cmake.rb
74-
7571
c++ --version
7672
cmake --version
7773

0 commit comments

Comments
 (0)