Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit764c325

Browse files
authored
Merge pull request#1071 from asmorkalov:as/opencv_4.11_tags
Switched to tag 4.11.0
2 parentse4618a3 +58257dc commit764c325

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/build_wheels_macos_m1.yml

Lines 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

Submoduleopencv updated92 files

‎opencv_contrib

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp