Skip to content

Commit a769ce5

Browse files
committed
Fix CI numpy runs
1 parent 2bc614b commit a769ce5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-numpy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions: read-all
1313
jobs:
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:
@@ -79,7 +79,7 @@ jobs:
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:

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281

282282
manylinux-32bit:
283283

284-
runs-on: intel-ubuntu-24.04
284+
runs-on: ubuntu-24.04
285285

286286
steps:
287287
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -293,7 +293,7 @@ jobs:
293293
294294
SPR-icpx:
295295

296-
runs-on: intel-ubuntu-24.04
296+
runs-on: ubuntu-24.04
297297

298298
steps:
299299
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: read-all
1111
jobs:
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

0 commit comments

Comments
 (0)