...
 
Commits (2)
    https://gitcode.net/opencv/opencv-python/-/commit/876f5e3cc58ef016a88d04a049defd359241b8e5 Migrate Mac M1 builds to another host. 2023-02-02T15:04:53+03:00 Alexander Smorkalov alexander.smorkalov@xperience.ai https://gitcode.net/opencv/opencv-python/-/commit/79e1384aa083e63b3db9e569da601294c42315bc Merge pull request #787 from asmorkalov/as/migrate_mac_m1 2023-02-03T09:05:52+03:00 Alexander Smorkalov 2536374+asmorkalov@users.noreply.github.com Migrate Mac M1 builds to another host.
......@@ -20,7 +20,7 @@ on:
jobs:
Build:
runs-on: opencv-cn-mac-arm64
runs-on: python-macos11-m1
strategy:
fail-fast: false
matrix:
......