File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14
14
np-multiarray-tgl :
15
15
16
16
if : github.repository == 'intel/x86-simd-sort'
17
- runs-on : intel- ubuntu-24.04
17
+ runs-on : ubuntu-24.04
18
18
19
19
steps :
20
20
- name : Checkout x86-simd-sort
80
80
np-multiarray-spr :
81
81
82
82
if : github.repository == 'intel/x86-simd-sort'
83
- runs-on : intel- ubuntu-24.04
83
+ runs-on : ubuntu-24.04
84
84
85
85
steps :
86
86
- name : Checkout x86-simd-sort
Original file line number Diff line number Diff line change 42
42
43
43
SKL-gcc9 :
44
44
45
- runs-on : intel- ubuntu-24.04
45
+ runs-on : ubuntu-24.04
46
46
47
47
steps :
48
48
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
72
72
73
73
SKX-gcc10 :
74
74
75
- runs-on : intel- ubuntu-24.04
75
+ runs-on : ubuntu-24.04
76
76
77
77
steps :
78
78
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
TGL-gcc11 :
104
104
105
- runs-on : intel- ubuntu-24.04
105
+ runs-on : ubuntu-24.04
106
106
107
107
steps :
108
108
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
SPR-gcc13 :
133
133
134
- runs-on : intel- ubuntu-24.04
134
+ runs-on : ubuntu-24.04
135
135
136
136
steps :
137
137
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -168,7 +168,7 @@ jobs:
168
168
169
169
ASAN-clang18 :
170
170
171
- runs-on : intel- ubuntu-24.04
171
+ runs-on : ubuntu-24.04
172
172
173
173
steps :
174
174
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -205,7 +205,7 @@ jobs:
205
205
206
206
SKX-SKL-openmp :
207
207
208
- runs-on : intel- ubuntu-24.04
208
+ runs-on : ubuntu-24.04
209
209
210
210
steps :
211
211
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -237,7 +237,7 @@ jobs:
237
237
238
238
SPR-gcc13-special-cases :
239
239
240
- runs-on : intel- ubuntu-24.04
240
+ runs-on : ubuntu-24.04
241
241
242
242
steps :
243
243
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments