Skip to content

Commit

Permalink
CD: generate the ARM version of our macOS Python wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny authored Feb 28, 2024
2 parents c8fb44e + 003199b commit 93fc277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ jobs:
os: windows-latest
- name: 'Linux Python wheels'
os: ubuntu-latest
- name: 'macOS Python wheels'
- name: 'macOS Python wheels (Intel)'
os: macos-latest
- name: 'macOS Python wheels (ARM)'
os: macos-14
steps:
- name: Check out libOpenCOR
uses: actions/checkout@v3
Expand Down

0 comments on commit 93fc277

Please sign in to comment.