Skip to content

Commit e86c474

Browse files
committed
CI: setup-fpm now includes a fallback to build from source
1 parent 3a8f90c commit e86c474

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,12 @@ jobs:
180180
181181
- name: Setup FPM
182182
uses: fortran-lang/setup-fpm@main
183-
if: ${{ !contains(matrix.os, 'macos') || matrix.os == 'macos-13' || matrix.os == 'macos-15-intel'}}
184183
with:
185184
github-token: ${{ secrets.GITHUB_TOKEN }}
186185
fpm-version: latest
187186

188187
- name: Build FPM
189-
# no macos-arm64 fpm distro, build from source
190-
if: ${{ contains(matrix.os, 'macos') && matrix.os != 'macos-13' && matrix.os != 'macos-15-intel' }}
188+
if: false
191189
run: |
192190
set -x
193191
export FPM_VERSION=0.12.0

0 commit comments

Comments
 (0)