Skip to content

Commit

Permalink
Bump gfortran to 11 for macos-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Oct 30, 2022
1 parent 6f689e7 commit 7788932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo "bla_vendor option ${{ matrix.bla_vendor }} not supported"
exit 1 ;;
esac
echo "FC=gfortran-10" >> $GITHUB_ENV
echo "FC=gfortran-11" >> $GITHUB_ENV
- name: Build wheel
env:
BLA_VENDOR: ${{ matrix.bla_vendor }}
Expand Down

0 comments on commit 7788932

Please sign in to comment.