From 1f1731c65c9bb0508fa058f65bf20ea6a3df5f34 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Tue, 29 Nov 2022 15:33:10 +0100 Subject: [PATCH] Update make.yml --- .github/workflows/make.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 8679543..6ffa3a2 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -146,12 +146,19 @@ jobs: # config_flags: --build=x86_64-pc-linux-gnu --host=x86_64-w64-mingw32 # outputs: bin share - name: macos-gfortran - runs_on: macos-latest + runs_on: macos-11 packages: automake libtool cxx: gcc-9 f77: gfortran-9 outputs: lib share makefile: Makefile.am + - name: macos-12-gfortran + runs_on: macos-12 + packages: automake libtool + cxx: gcc-11 + f77: gfortran-11 + outputs: lib share + makefile: Makefile.am # F2C also fails on MacOSX, because the F2C library is difficult to install #- name: macos-f2c # runs_on: macos-latest