Skip to content

Commit

Permalink
Build universal wheels for all Python versions on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ehooi committed May 11, 2024
1 parent 9fcbfec commit 851a85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
os: [macos-latest]
os: [macos-12]

steps:

Expand All @@ -50,6 +50,8 @@ jobs:
LDFLAGS: -L/usr/local/opt/[email protected]/lib
CPPFLAGS: -I/usr/local/opt/[email protected]/include
PKG_CONFIG_PATH: /usr/local/opt/[email protected]/lib/pkgconfig
_PYTHON_HOST_PLATFORM: macosx-12.0-universal2
ARCHFLAGS: "-arch arm64 -arch x86_64"
run: |
pip install --upgrade pip
pip install -r dev/requirements-dev.txt
Expand Down

0 comments on commit 851a85c

Please sign in to comment.