@@ -11,7 +11,7 @@ permissions: read-all
11
11
jobs :
12
12
SKL-gcc9 :
13
13
14
- runs-on : intel-ubuntu-latest
14
+ runs-on : intel-ubuntu-24.04
15
15
16
16
steps :
17
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41
41
42
42
SKX-gcc10 :
43
43
44
- runs-on : intel-ubuntu-latest
44
+ runs-on : intel-ubuntu-24.04
45
45
46
46
steps :
47
47
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
71
71
72
72
TGL-gcc11 :
73
73
74
- runs-on : intel-ubuntu-latest
74
+ runs-on : intel-ubuntu-24.04
75
75
76
76
steps :
77
77
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
SPR-gcc13 :
102
102
103
- runs-on : intel-ubuntu-latest
103
+ runs-on : intel-ubuntu-24.04
104
104
105
105
steps :
106
106
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
SKX-SKL-openmp :
139
139
140
- runs-on : intel-ubuntu-latest
140
+ runs-on : intel-ubuntu-24.04
141
141
142
142
steps :
143
143
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -169,7 +169,7 @@ jobs:
169
169
170
170
SPR-gcc13-special-cases :
171
171
172
- runs-on : intel-ubuntu-latest
172
+ runs-on : intel-ubuntu-24.04
173
173
174
174
steps :
175
175
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -204,7 +204,7 @@ jobs:
204
204
205
205
manylinux-32bit :
206
206
207
- runs-on : intel-ubuntu-latest
207
+ runs-on : intel-ubuntu-24.04
208
208
209
209
steps :
210
210
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -216,7 +216,7 @@ jobs:
216
216
217
217
SPR-icpx :
218
218
219
- runs-on : intel-ubuntu-latest
219
+ runs-on : intel-ubuntu-24.04
220
220
221
221
steps :
222
222
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -226,8 +226,7 @@ jobs:
226
226
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
227
227
sudo add-apt-repository -y "deb https://apt.repos.intel.com/oneapi all main"
228
228
sudo apt update --allow-insecure-repositories
229
- sudo apt --allow-unauthenticated -y install intel-oneapi-compiler-dpcpp-cpp libgtest-dev curl git python3-pip
230
- sudo pip3 install meson ninja
229
+ sudo apt --allow-unauthenticated -y install intel-oneapi-compiler-dpcpp-cpp libgtest-dev curl git python3-pip meson
231
230
232
231
- name : Install Intel SDE
233
232
run : |
0 commit comments