Skip to content

Commit

Permalink
tinker with macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 17, 2024
1 parent 5a3f701 commit e7be8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
os: [macos-12]

steps:
- uses: actions/checkout@v3
Expand All @@ -17,7 +17,7 @@ jobs:
uses: pypa/cibuildwheel@v2.15.0
env:
# Skip Python 3.12 for now
CIBW_BUILD: cp310-* cp311-* cp312-*
CIBW_BUILD: cp312-*
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BEFORE_BUILD: >
pip install cython FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down

0 comments on commit e7be8e3

Please sign in to comment.