Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Nov 29, 2022
1 parent 5883e92 commit 1f1731c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f1731c

Please sign in to comment.