Skip to content

Commit 002576e

Browse files
committed
Add fortran compiler in Macos build
1 parent 123c316 commit 002576e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
name: Build wheels for macos
106106
runs-on: macos-12
107107
steps:
108+
- uses: fortran-lang/setup-fortran@v1
109+
with:
110+
compiler: gcc
111+
version: 11
108112
- uses: actions/checkout@v3
109113
- name: Build wheels
110114
uses: pypa/[email protected]

0 commit comments

Comments
 (0)