From edbb751217643be2698bfd78866209d1c9fef8fa Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Wed, 2 Dec 2020 15:56:36 +0100 Subject: [PATCH] Update make.yml --- .github/workflows/make.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index ffe9116..a7ac30b 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -63,7 +63,9 @@ jobs: outputs: bin share - name: macos-gfortran runs_on: macos-latest - packages: automake libtool + packages: automake libtool + cxx: gcc-9 + f77: gfortran-9 # The CMake configure and build commands are platform agnostic and should work equally # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage.