changeset 29660:1a251fdb97af

GitHub-CI: Adapt for updated macOS runners. * .github/workflows/make.yaml: The GitHub macOS runners seem to come without a pre-installed (broken) gfortran any more. Remove de-installation command.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 13 May 2021 16:43:24 +0200
parents a616f687cf63
children 9e670ec38513
files .github/workflows/make.yaml
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Thu May 13 10:12:49 2021 -0400
+++ b/.github/workflows/make.yaml	Thu May 13 16:43:24 2021 +0200
@@ -153,9 +153,6 @@
         uses: actions/checkout@v2
 
       - name: install dependencies
-        # It looks like "gfortran" isn't working correctly unless it is
-        # re-installed as part of "gcc".
-
         # See also: https://formulae.brew.sh/formula/octave#default
         # The packages are listed in (alphabetically sorted) blocks:
         # The first block is for "direct" dependencies.
@@ -163,7 +160,6 @@
         # The third block is for additional dependencies needed when building from a repository checkout.
         run: |
           brew update
-          brew uninstall gfortran
           brew install arpack epstool fftw fig2dev fltk fontconfig freetype \
             gcc ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 libsndfile \
             libtool openblas pcre portaudio pstoedit qhull qrupdate \