8000 Changed labeles for macOS ARM64 and Linux ARM64 builds by asenyaev · Pull Request #681 · opencv/opencv-python · GitHub
[go: up one dir, main page]

Skip to content

Changed labeles for macOS ARM64 and Linux ARM64 builds #6 8000 81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
0