We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc3fac1 + 04232c3 commit 33df543Copy full SHA for 33df543
1 file changed
.github/workflows/build.yml
@@ -88,10 +88,11 @@ jobs:
88
# --- LFortran coverage ---
89
90
# https://hub.docker.com/r/phhargrove/lfortran/tags
91
- #- os: ubuntu-24.04
92
- # compiler: lfortran
93
- # version: 0.54.0
94
- # container: phhargrove/lfortran:0.54.0-1
+ - os: ubuntu-24.04
+ compiler: lfortran
+ version: 0.61.0
+ container: phhargrove/lfortran:0.61.0-1
95
+ extra_flags: --separate-compilation --realloc-lhs-arrays
96
97
# https://github.com/lfortran/lfortran/pkgs/container/lfortran
98
- os: ubuntu-22.04
0 commit comments