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.
2 parents c004eb3 + 1ba711f commit 7101a4dCopy full SHA for 7101a4d
1 file changed
.github/workflows/CI.yml
@@ -12,7 +12,7 @@ on:
12
13
14
env:
15
- LFORTRAN_VERSION: 0.60.0
+ LFORTRAN_VERSION: 0.61.0
16
MACOSX_DEPLOYMENT_TARGET: 15.0
17
18
jobs:
@@ -302,6 +302,7 @@ jobs:
302
cd ..
303
304
- name: Test FPM
305
+ if: ${{ startsWith(matrix.os, 'ubuntu') }}
306
shell: bash -e -l {0}
307
run: |
308
git clone https://github.com/fortran-lang/fpm.git
0 commit comments