MaginnGroup / Cassandra

Cassandra is a Monte Carlo package to conduct atomistic simulations.
https://cassandra.nd.edu/
GNU General Public License v3.0
41 stars 20 forks source link

Azure pipelines gfortran version is outdated for MacOS #144

Closed rwsmith7531 closed 1 year ago

rwsmith7531 commented 1 year ago

The Azure Pipelines CI runs use gfortran-9 and gfortran-10. The MacOS run is set to use gfortran-10, but since the automatic upgrade from MacOS 11 to MacOS 12, the MacOS runner includes gfortran-12 and gfortran-11 but not gfortran-10. The versions specified in azure-pipelines.yml need to be updated.