Skip to content

Commit

Permalink
CI: macos 10.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
northsea4 committed Feb 22, 2024
1 parent 4b1f918 commit 2debacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
SELF_HOSTED_MACOS_ARM64_RUNNER=${{ vars.SELF_HOSTED_MACOS_ARM64_RUNNER }}}
if [[ -n "$SELF_HOSTED_MACOS_ARM64_RUNNER" ]]; then
# setup-python没有aarch64的python3.9,这里指定python3.10
items+=('{"build":"macos", "os": ["self-hosted", "macOS", "ARM64"], "arch": "aarch64", "python": "3.10", "cache": 'none'}')
items+=('{"build":"macos", "os": ["self-hosted", "macOS", "ARM64"], "arch": "aarch64", "python": "3.10", "cache": "none"}')
fi
# 测试构建:macOS 10.15.7, x86_64, 指定opencv版本
Expand Down

0 comments on commit 2debacc

Please sign in to comment.