Skip to content

Commit 0174f5c

Browse files
committed
Add macOS arm CI
1 parent 83a083a commit 0174f5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,19 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646
strategy:
4747
matrix:
48-
os: [windows-2022, macos-13, ubuntu-22.04]
48+
os: [windows-2022, macos-13, macos-14, ubuntu-22.04]
4949
python_version:
5050
- '3.9'
5151
- '3.10'
5252
- '3.11'
5353
- '3.12'
5454
- '3.13'
55-
architecture: [x64]
5655

5756
steps:
5857
- uses: actions/checkout@v4
5958
- uses: actions/setup-python@v5
6059
with:
6160
python-version: ${{ matrix.python_version }}
62-
architecture: ${{ matrix.architecture }}
6361

6462
- name: Download build artifacts
6563
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)