Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Jan 7, 2024
1 parent 679abcb commit ed2a04b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
target: [x64]
target: [x64, x86]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -110,17 +110,12 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
target: [x86_64]
#, aarch64]
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Clang
run: |
brew install gcc@7
brew install llvm
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit ed2a04b

Please sign in to comment.