Skip to content

Commit

Permalink
build universal2 wheels; fix req install
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Aug 20, 2024
1 parent c1dff9a commit a44bf42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-14, macos-13]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Unit testing
run: |
pip install -r requirements_test.txt
pip install pytest
pytest
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test-command = "pytest {project}/tests"
test-requires = "pytest"

[tool.cibuildwheel.macos]
archs = ["native"]
archs = ["universal2"]

[tool.cibuildwheel.macos.environment]
# CC = "/usr/local/opt/llvm/bin/clang"
Expand Down

0 comments on commit a44bf42

Please sign in to comment.