Skip to content

Commit

Permalink
Cross-compile gfortran
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Nov 25, 2023
1 parent b58388d commit 506823a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: install cross gfortran (macOS)
if: (runner.os == 'macOS') && (matrix.target == 'aarch64')
run: |
brew fetch --force --bottle-tag=arm64_sonoma gcc@12
brew reinstall $(brew --cache --bottle-tag=arm64_sonoma gcc@12)
- name: symlink gfortran (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 506823a

Please sign in to comment.