File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,13 +79,27 @@ jobs:
7979 container : phhargrove/llvm-flang:19.1.1-latest
8080
8181 # --- Intel coverage ---
82+ # Julienne requires 2025.2.0 or later
83+
84+ # https://hub.docker.com/r/intel/oneapi-toolkit/tags
85+ - os : ubuntu-24.04
86+ compiler : ifx
87+ version : latest
88+ error_stop_code : 128
89+ container : intel/oneapi-toolkit:latest
90+
91+ - os : ubuntu-24.04
92+ compiler : ifx
93+ version : 2026.0.0
94+ error_stop_code : 128
95+ container : intel/oneapi-toolkit:2026.0.0-devel-ubuntu24.04
8296
8397 # https://hub.docker.com/r/intel/fortran-essentials/tags
8498 - os : ubuntu-24.04
8599 compiler : ifx
86- version : 2025.2 .0
100+ version : 2025.3 .0
87101 error_stop_code : 128
88- container : intel/fortran-essentials:2025.2 .0-0-devel-ubuntu24.04
102+ container : intel/fortran-essentials:2025.3 .0-0-devel-ubuntu24.04
89103
90104 - os : ubuntu-24.04
91105 compiler : ifx
95109
96110 - os : ubuntu-24.04
97111 compiler : ifx
98- version : latest
112+ version : 2025.2.0
99113 error_stop_code : 128
100- container : intel/fortran-essentials:latest
114+ container : intel/fortran-essentials:2025.2.0-0-devel-ubuntu24.04
101115
102116 # --- LFortran coverage ---
103117
You can’t perform that action at this time.
0 commit comments