Skip to content

Commit 5d27451

Browse files
author
Andrey Senyaev
committed
Changed the label for a runner
1 parent c34cbfa commit 5d27451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
strategy:
256256
fail-fast: false
257257
matrix:
258-
os: [jetson]
258+
os: [ARM64]
259259
python-version: [3.6, 3.7, 3.8, 3.9]
260260
platform: [x64]
261261
with_contrib: [0, 1]
@@ -295,7 +295,7 @@ jobs:
295295

296296
- name: Setup Environment variables
297297
run: |
298-
if [ "jetson" == "${{ matrix.os }}" ]; then echo "PLAT=aarch64" >> $GITHUB_ENV; fi
298+
if [ "ARM64" == "${{ matrix.os }}" ]; then echo "PLAT=aarch64" >> $GITHUB_ENV; fi
299299
echo "BUILD_DEPENDS=$(echo $NP_BUILD_DEP)" >> $GITHUB_ENV;
300300
echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV;
301301

0 commit comments

Comments
 (0)