Skip to content

Commit 6d02948

Browse files
committed
Make use of setup-gfortran for macOS
1 parent 2e21ce4 commit 6d02948

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ jobs:
3535
- openblas
3636
steps:
3737
- uses: actions/checkout@v4
38+
- uses: fortran-lang/setup-fortran@v1
39+
with:
40+
compiler: gcc
3841
- run: rustup toolchain install stable --profile=minimal
3942
- run: cargo test --features=${{ matrix.feature }}
40-
env:
41-
CC: gcc-12
42-
FC: gfortran-12
43-
LIBRARY_PATH: /usr/local/opt/gcc@12/lib/gcc/12
4443

4544
test-ubuntu:
4645
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)