Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit aa24f87

Browse files
committed
Ensure binaries are compatible with OS X 10.9
1 parent 38cdf0e commit aa24f87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
@@ -22,6 +22,7 @@ jobs:
2222
CIBW_BEFORE_BUILD: scripts/build-codecs /tmp/vendor
2323
CIBW_BEFORE_BUILD_WINDOWS: scripts\build-codecs.bat C:\cibw\vendor
2424
CIBW_BUILD: cp38-*
25+
CIBW_ENVIRONMENT_MACOS: CFLAGS=-mmacosx-version-min=10.9
2526
CIBW_TEST_COMMAND: python -c "import dummy"
2627
run: |
2728
pip install cibuildwheel

0 commit comments

Comments
 (0)