Commit fd357db 1 parent 830c955 commit fd357db Copy full SHA for fd357db
File tree 3 files changed +5
-14
lines changed
3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
1
os :
2
+ - ubuntu-24.04
2
3
- ubuntu-22.04
3
- - ubuntu-20.04
4
4
- macos-14
5
5
- macos-13
6
6
- windows-2022
7
7
- windows-2019
8
8
toolchain :
9
+ - {compiler: gcc, version: 14}
9
10
- {compiler: gcc, version: 13}
10
11
- {compiler: gcc, version: 12}
11
- - {compiler: gcc, version: 11}
12
- - {compiler: gcc, version: 10}
13
- - {compiler: gcc, version: 9}
14
12
- {compiler: intel, version: '2025.0'}
15
13
- {compiler: intel, version: '2024.1'}
16
14
- {compiler: intel, version: '2024.0'}
@@ -89,11 +87,4 @@ exclude:
89
87
- os : windows-2022
90
88
toolchain : {compiler: nvidia-hpc}
91
89
- os : windows-2019
92
- toolchain : {compiler: nvidia-hpc}
93
- # gcc<=10 not available for ARM mac
94
- - os : macos-14
95
- toolchain : {compiler: gcc, version: 8}
96
- - os : macos-14
97
- toolchain : {compiler: gcc, version: 9}
98
- - os : macos-14
99
- toolchain : {compiler: gcc, version: 10}
90
+ toolchain : {compiler: nvidia-hpc}
Original file line number Diff line number Diff line change 33
33
os : [ubuntu-latest, macos-latest, windows-latest]
34
34
toolchain :
35
35
- {compiler: gcc, version: 13}
36
- - {compiler: intel, version: '2023.2 '}
36
+ - {compiler: intel, version: '2025.0 '}
37
37
- {compiler: intel-classic, version: '2021.10'}
38
38
- {compiler: nvidia-hpc, version: '23.11'}
39
39
include :
Original file line number Diff line number Diff line change 90
90
install_intel $platform true
91
91
;;
92
92
intel)
93
- version=${VERSION:-2024.1 }
93
+ version=${VERSION:-2025.0 }
94
94
install_intel $platform false
95
95
;;
96
96
nvidia-hpc)
You can’t perform that action at this time.
0 commit comments