Skip to content

Commit 7101a4d

Browse files
authored
Merge pull request #78 from certik/upd10
Update LFortran to 0.61.0
2 parents c004eb3 + 1ba711f commit 7101a4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313

1414
env:
15-
LFORTRAN_VERSION: 0.60.0
15+
LFORTRAN_VERSION: 0.61.0
1616
MACOSX_DEPLOYMENT_TARGET: 15.0
1717

1818
jobs:
@@ -302,6 +302,7 @@ jobs:
302302
cd ..
303303
304304
- name: Test FPM
305+
if: ${{ startsWith(matrix.os, 'ubuntu') }}
305306
shell: bash -e -l {0}
306307
run: |
307308
git clone https://github.com/fortran-lang/fpm.git

0 commit comments

Comments
 (0)