Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Dec 16, 2024
1 parent 664f242 commit 92ed845
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-24.04, macos-14 ]
os: [ ubuntu-24.04, macos-13, macos-14 ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
run: |
git submodule update --init --recursive
cd eigen && git apply ../patch_size.patch && cd ..
- name: Prepare
if: matrix.os == 'macos-14'
run: |
export MACOSX_DEPLOYMENT_TARGET=14.0
- name: CI Build Wheel
uses: pypa/cibuildwheel@v2.22
- name: Upload
Expand Down

0 comments on commit 92ed845

Please sign in to comment.