Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 764c325

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

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎.github/workflows/build_wheels_macos_m1.yml

Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_macos_m1.yml
+2-2Lines changed: 2 additions & 2 deletions
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

Copy file name to clipboard
Submodule opencv updated 92 files

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.