Skip to content

Commit

Permalink
trying to natively build on m1 chip, removing linnux build on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 12, 2024
1 parent c9dd115 commit 00d01e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,11 @@ jobs:
arch: arm64
}
exclude:
- python.name: cp38
runner.arch: arm64
- python:
name: cp38
runner:
arch: arm64

env:
RUNNER_OS: ${{ matrix.runner.name }}
PYTHON_VERSION: ${{ matrix.python.version }}
Expand Down

0 comments on commit 00d01e1

Please sign in to comment.