Based on the Julia version, insert a small bash script to .github/workflows/CI.yml which modifies Project.toml on-the-fly to alter the JET version bound as follows.
- for Julia 1.12: JET 0.10
- for Julia 1.11 and LTS: JET 0.9
This would help resolve the conflict that no single JET version supports both Julia 1.10, 1.11 and 1.12.
Close #691
Based on the Julia version, insert a small bash script to
.github/workflows/CI.ymlwhich modifiesProject.tomlon-the-fly to alter the JET version bound as follows.This would help resolve the conflict that no single JET version supports both Julia 1.10, 1.11 and 1.12.
Close #691