Skip to content

Commit 764c325

Browse files
authored
Merge pull request #1071 from asmorkalov:as/opencv_4.11_tags
Switched to tag 4.11.0
2 parents e4618a3 + 58257dc commit 764c325

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_wheels_macos_m1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git submodule update --init multibuild
5555
echo $ENABLE_CONTRIB > contrib.enabled
5656
echo $ENABLE_HEADLESS > headless.enabled
57-
export MACOSX_DEPLOYMENT_TARGET=11.0
57+
export MACOSX_DEPLOYMENT_TARGET=13.0
5858
python${{ matrix.python-version }} -m pip install toml && python${{ matrix.python-version }} -c 'import toml; c = toml.load("pyproject.toml"); print("\n".join(c["build-system"]["requires"]))' | python${{ matrix.python-version }} -m pip install -r /dev/stdin
5959
python${{ matrix.python-version }} setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=wheelhouse -v
6060
delocate-wheel ${{ github.workspace }}/wheelhouse/opencv*
@@ -71,7 +71,7 @@ jobs:
7171

7272
Test:
7373
needs: [Build]
74-
runs-on: opencv-cn-mac-arm64-tests
74+
runs-on: python-macos12-m1
7575
strategy:
7676
fail-fast: false
7777
matrix:

opencv

Submodule opencv updated 92 files

0 commit comments

Comments
 (0)