Skip to content

Commit 551fa0b

Browse files
committed
Update nvidia-hpc and lfortran versions
1 parent 8821f57 commit 551fa0b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/compat/matrix.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,14 @@ 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.31.0'}
43-
- {compiler: lfortran, version: '0.32.0'}
42+
- {compiler: lfortran, version: '0.35.0'}
43+
- {compiler: lfortran, version: '0.34.0'}
4444
- {compiler: lfortran, version: '0.33.0'}
45+
- {compiler: lfortran, version: '0.32.0'}
46+
- {compiler: lfortran, version: '0.31.0'}
47+
- {compiler: nvidia-hpc, version: '24.5'}
48+
- {compiler: nvidia-hpc, version: '24.3'}
49+
- {compiler: nvidia-hpc, version: '24.1'}
4550
- {compiler: nvidia-hpc, version: '23.11'}
4651
- {compiler: nvidia-hpc, version: '23.9'}
4752
- {compiler: nvidia-hpc, version: '23.7'}

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:-23.11}
97+
version=${VERSION:-24.5}
9898
install_nvidiahpc $platform
9999
;;
100100
lfortran)
101-
version=${VERSION:-0.33.0}
101+
version=${VERSION:-0.35.0}
102102
install_lfortran $platform
103103
;;
104104
*)

0 commit comments

Comments
 (0)