From 876f5e3cc58ef016a88d04a049defd359241b8e5 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Thu, 2 Feb 2023 15:04:53 +0300 Subject: [PATCH] Migrate Mac M1 builds to another host. --- .github/workflows/build_wheels_macos_m1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels_macos_m1.yml b/.github/workflows/build_wheels_macos_m1.yml index 8d383088..2aed7d4b 100644 --- a/.github/workflows/build_wheels_macos_m1.yml +++ b/.github/workflows/build_wheels_macos_m1.yml @@ -20,7 +20,7 @@ on: jobs: Build: - runs-on: opencv-cn-mac-arm64 + runs-on: python-macos11-m1 strategy: fail-fast: false matrix: