Skip to content

Commit 7bff615

Browse files
committed
update lfortran and nvidia versions
1 parent 551fa0b commit 7bff615

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/compat/matrix.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ toolchain:
3939
- {compiler: intel-classic, version: '2021.2'}
4040
- {compiler: intel-classic, version: '2021.1.2'}
4141
- {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'}
42+
- {compiler: lfortran, version: '0.45.0'}
43+
- {compiler: lfortran, version: '0.44.0'}
44+
- {compiler: lfortran, version: '0.43.0'}
45+
- {compiler: lfortran, version: '0.42.0'}
46+
- {compiler: lfortran, version: '0.41.0'}
47+
- {compiler: nvidia-hpc, version: '25.1'}
4748
- {compiler: nvidia-hpc, version: '24.5'}
4849
- {compiler: nvidia-hpc, version: '24.3'}
4950
- {compiler: nvidia-hpc, version: '24.1'}

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ runs:
9494
install_intel $platform false
9595
;;
9696
nvidia-hpc)
97-
version=${VERSION:-24.5}
97+
version=${VERSION:-25.1}
9898
install_nvidiahpc $platform
9999
;;
100100
lfortran)
101-
version=${VERSION:-0.35.0}
101+
version=${VERSION:-0.45.0}
102102
install_lfortran $platform
103103
;;
104104
*)

0 commit comments

Comments
 (0)