Skip to content

Commit 74a7fda

Browse files
authored
Merge pull request #4088 from gateway240/alex/macos-cmake
CMake MacOS Runner Fix
2 parents 24ec090 + 44efbb1 commit 74a7fda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@ jobs:
328328
- name: Install Homebrew packages
329329
# Save the gfortran version to a file so we can use it in the cache key.
330330
run: |
331-
brew pin cmake
332-
brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen llvm
331+
brew install pkgconfig autoconf libtool automake wget pcre doxygen llvm
333332
brew reinstall gcc
334333
pip3 install numpy==1.25
335334
gfortran -v
@@ -455,7 +454,7 @@ jobs:
455454
- name: Install Homebrew packages
456455
# Save the gfortran version to a file so we can use it in the cache key.
457456
run: |
458-
brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen llvm
457+
brew install pkgconfig autoconf libtool automake wget pcre doxygen llvm
459458
brew reinstall gcc
460459
pip3 install numpy==1.25
461460
gfortran -v
@@ -582,7 +581,7 @@ jobs:
582581
- name: Install Homebrew packages
583582
# Save the gfortran version to a file so we can use it in the cache key.
584583
run: |
585-
brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen llvm
584+
brew install pkgconfig autoconf libtool automake wget pcre doxygen llvm
586585
brew reinstall gcc
587586
pip3 install numpy==1.25
588587
gfortran -v

0 commit comments

Comments
 (0)