Skip to content

Commit

Permalink
ci: test reinstall gcc to satisfy MacOS 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Jun 29, 2024
1 parent 18161df commit b5d0b39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ jobs:
run: |
brew install pipx
- name: Reinstall gfortran to satisfy MacOS version requirements # NOTE: required only for x86_64
if: startsWith(matrix.config.arch[0], 'x86_64')
env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.config.arch[2] }}
run: |
brew reinstall gcc@11
- name: Set up the configuration file
run: |
python3 setup_site.py openblas openblas ${{ github.workspace }}/OpenBLAS/lib ${{ github.workspace }}/OpenBLAS/include
Expand Down

0 comments on commit b5d0b39

Please sign in to comment.