Skip to content

Commit

Permalink
Add M1 macOS to both build and test CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Oct 14, 2024
1 parent 51bf9ca commit 0ce93a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
os: windows-2019
- name: macOS x86_64 & universal2
os: macos-13
- name: macOS M1
os: macos-15
- name: manylinux and musllinux x86_64 & i686
os: ubuntu-20.04
cibw_build: cp3*-{manylinux,musllinux}_*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-13]
os: [ubuntu-20.04, windows-2019, macos-13, macos-15]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0ce93a8

Please sign in to comment.