File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: read-all
13
13
jobs :
14
14
np-multiarray-tgl :
15
15
16
- if : github.repository == 'intel /x86-simd-sort'
16
+ if : github.repository == 'numpy /x86-simd-sort'
17
17
runs-on : ubuntu-24.04
18
18
19
19
steps :
79
79
80
80
np-multiarray-spr :
81
81
82
- if : github.repository == 'intel /x86-simd-sort'
82
+ if : github.repository == 'numpy /x86-simd-sort'
83
83
runs-on : ubuntu-24.04
84
84
85
85
steps :
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ jobs:
272
272
273
273
manylinux-32bit :
274
274
275
- runs-on : intel- ubuntu-24.04
275
+ runs-on : ubuntu-24.04
276
276
277
277
steps :
278
278
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -284,7 +284,7 @@ jobs:
284
284
285
285
SPR-icpx :
286
286
287
- runs-on : intel- ubuntu-24.04
287
+ runs-on : ubuntu-24.04
288
288
289
289
steps :
290
290
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions: read-all
11
11
jobs :
12
12
clang-format :
13
13
14
- runs-on : intel- ubuntu-24.04
14
+ runs-on : ubuntu-24.04
15
15
16
16
steps :
17
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments