mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +01:00
[wheel build] Fix gfortran version on macos-12
This commit is contained in:
parent
59fe3de505
commit
e937d6cb1c
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
||||
- name: configure with autotools
|
||||
run: |
|
||||
./autogen.sh
|
||||
./configure FC=gfortran-10 --enable-silent-rules
|
||||
./configure FC=gfortran-12 --enable-silent-rules
|
||||
|
||||
- name: compile TREXIO
|
||||
run: make -j3
|
||||
|
Loading…
Reference in New Issue
Block a user