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.
1 parent 551fa0b commit 7bff615Copy full SHA for 7bff615
.github/compat/matrix.yml
@@ -39,11 +39,12 @@ toolchain:
39
- {compiler: intel-classic, version: '2021.2'}
40
- {compiler: intel-classic, version: '2021.1.2'}
41
- {compiler: intel-classic, version: '2021.1'}
42
- - {compiler: lfortran, version: '0.35.0'}
43
- - {compiler: lfortran, version: '0.34.0'}
44
- - {compiler: lfortran, version: '0.33.0'}
45
- - {compiler: lfortran, version: '0.32.0'}
46
- - {compiler: lfortran, version: '0.31.0'}
+ - {compiler: lfortran, version: '0.45.0'}
+ - {compiler: lfortran, version: '0.44.0'}
+ - {compiler: lfortran, version: '0.43.0'}
+ - {compiler: lfortran, version: '0.42.0'}
+ - {compiler: lfortran, version: '0.41.0'}
47
+ - {compiler: nvidia-hpc, version: '25.1'}
48
- {compiler: nvidia-hpc, version: '24.5'}
49
- {compiler: nvidia-hpc, version: '24.3'}
50
- {compiler: nvidia-hpc, version: '24.1'}
action.yml
@@ -94,11 +94,11 @@ runs:
94
install_intel $platform false
95
;;
96
nvidia-hpc)
97
- version=${VERSION:-24.5}
+ version=${VERSION:-25.1}
98
install_nvidiahpc $platform
99
100
lfortran)
101
- version=${VERSION:-0.35.0}
+ version=${VERSION:-0.45.0}
102
install_lfortran $platform
103
104
*)
0 commit comments