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