Skip to content

Commit 9878707

Browse files
authored
chore: bump intel and lfortran default versions (#91)
* intel 2024.0 -> 2024.1 * lfortran 0.30.0 -> 0.33.0 — considered 0.34.0 but the conda pkg for osx-64 is still on 0.33.1
1 parent ef6ac85 commit 9878707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ runs:
9090
install_intel $platform true
9191
;;
9292
intel)
93-
version=${VERSION:-2024.0}
93+
version=${VERSION:-2024.1}
9494
install_intel $platform false
9595
;;
9696
nvidia-hpc)
9797
version=${VERSION:-23.11}
9898
install_nvidiahpc $platform
9999
;;
100100
lfortran)
101-
version=${VERSION:-0.30.0}
101+
version=${VERSION:-0.33.0}
102102
install_lfortran $platform
103103
;;
104104
*)

0 commit comments

Comments
 (0)