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
1313jobs :
1414 np-multiarray-tgl :
1515
16- if : github.repository == 'intel /x86-simd-sort'
16+ if : github.repository == 'numpy /x86-simd-sort'
1717 runs-on : ubuntu-24.04
1818
1919 steps :
7979
8080 np-multiarray-spr :
8181
82- if : github.repository == 'intel /x86-simd-sort'
82+ if : github.repository == 'numpy /x86-simd-sort'
8383 runs-on : ubuntu-24.04
8484
8585 steps :
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ jobs:
272272
273273 manylinux-32bit :
274274
275- runs-on : intel- ubuntu-24.04
275+ runs-on : ubuntu-24.04
276276
277277 steps :
278278 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -284,7 +284,7 @@ jobs:
284284
285285 SPR-icpx :
286286
287- runs-on : intel- ubuntu-24.04
287+ runs-on : ubuntu-24.04
288288
289289 steps :
290290 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions: read-all
1111jobs :
1212 clang-format :
1313
14- runs-on : intel- ubuntu-24.04
14+ runs-on : ubuntu-24.04
1515
1616 steps :
1717 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments