We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079b763 commit 197ad39Copy full SHA for 197ad39
1 file changed
.github/workflows/build.yml
@@ -189,14 +189,12 @@ jobs:
189
190
- name: Setup FPM
191
uses: fortran-lang/setup-fpm@main
192
- if: ${{ !contains(matrix.os, 'macos') || matrix.os == 'macos-13' }}
193
with:
194
github-token: ${{ secrets.GITHUB_TOKEN }}
195
fpm-version: latest
196
197
- name: Build FPM
198
- # no macos-arm64 fpm distro, build from source
199
- if: ${{ contains(matrix.os, 'macos') && matrix.os != 'macos-13' }}
+ if: false
200
run: |
201
set -x
202
curl --retry 5 -LOsS https://github.com/fortran-lang/fpm/releases/download/v0.11.0/fpm-0.11.0.F90
0 commit comments