We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc39fb1 commit 9be7c06Copy full SHA for 9be7c06
.github/workflows/test_gfortran.yml
@@ -100,7 +100,7 @@ jobs:
100
echo "To use gfortran version ${GFORTRAN_VERSION}"
101
102
- name: Set up Fortran
103
- if: ${{ matrix.os != 'macos-latest' }}
+ #if: ${{ matrix.os != 'macos-latest' }}
104
uses: fortran-lang/setup-fortran@main
105
with:
106
compiler: ${{ matrix.compiler }}
0 commit comments