Skip to content
Prev Previous commit
Next Next commit
Changed labeles for macOS ARM64 and Linux ARM64 builds
  • Loading branch information
asenyaev committed Jun 24, 2022
commit 2a958ac6c0b43f976f3e9b85dc3ea481f8300d90
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ARM64]
os: [opencv-cn-lin-arm64]
python-version: ['3.6']
platform: [x64]
with_contrib: [0, 1]
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ARM64]
os: [opencv-cn-lin-arm64]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
platform: [x64]
with_contrib: [0, 1]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_macos_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-M1]
os: [opencv-cn-mac-arm64]
python-version: ['3.7']
platform: [x64]
with_contrib: [0, 1]
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-M1]
os: [opencv-cn-mac-arm64-tests]
python-version: ['3.7', '3.8', '3.9', '3.10']
platform: [x64]
with_contrib: [0, 1]
Expand Down