Skip to content

Commit 197ad39

Browse files
committed
CI: setup-fpm now includes a fallback to build from source
1 parent 079b763 commit 197ad39

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,12 @@ jobs:
189189
190190
- name: Setup FPM
191191
uses: fortran-lang/setup-fpm@main
192-
if: ${{ !contains(matrix.os, 'macos') || matrix.os == 'macos-13' }}
193192
with:
194193
github-token: ${{ secrets.GITHUB_TOKEN }}
195194
fpm-version: latest
196195

197196
- name: Build FPM
198-
# no macos-arm64 fpm distro, build from source
199-
if: ${{ contains(matrix.os, 'macos') && matrix.os != 'macos-13' }}
197+
if: false
200198
run: |
201199
set -x
202200
curl --retry 5 -LOsS https://github.com/fortran-lang/fpm/releases/download/v0.11.0/fpm-0.11.0.F90

0 commit comments

Comments
 (0)