We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb81c9 commit 847521eCopy full SHA for 847521e
.github/workflows/ci.yml
@@ -24,6 +24,10 @@ jobs:
24
compiler: ${{ matrix.toolchain.compiler }}
25
version: ${{ matrix.toolchain.version }}
26
27
+ - name: Set correct Fortran compiler on macOS
28
+ if: matrix.os == 'macos-latest'
29
+ run: echo "FPM_FC=gfortran-${{ matrix.toolchain.version }}" >> $GITHUB_ENV
30
+
31
- name: Setup fpm
32
uses: fortran-lang/setup-fpm@v6.1.0
33
with:
0 commit comments