10000 Enable OSX builds · ArtificialZeng/opencv-python@c1c51f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1c51f8

Browse files
committed
Enable OSX builds
1 parent 4b6885d commit c1c51f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest] #, macos-latest]
25+
os: [ubuntu-latest, macos-latest]
2626
python-version: [3.6, 3.7, 3.8, 3.9]
2727
platform: [x64]
2828
with_contrib: [0, 1]

0 commit comments

Comments
 (0)
0