Skip to content

Commit 3c007d7

Browse files
committed
Fix CI numpy runs
1 parent 4e209f1 commit 3c007d7

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
@@ -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

.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)