Skip to content

Commit

Permalink
chore: bump intel and lfortran default versions (#91)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
wpbonelli authored Apr 12, 2024
1 parent ef6ac85 commit 9878707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ runs:
install_intel $platform true
;;
intel)
version=${VERSION:-2024.0}
version=${VERSION:-2024.1}
install_intel $platform false
;;
nvidia-hpc)
version=${VERSION:-23.11}
install_nvidiahpc $platform
;;
lfortran)
version=${VERSION:-0.30.0}
version=${VERSION:-0.33.0}
install_lfortran $platform
;;
*)
Expand Down

0 comments on commit 9878707

Please sign in to comment.