Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed self-hosted runner. Sticking to x86_64 for now and will do ar…
Browse files Browse the repository at this point in the history
…m64 builds manually
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 8, 2023
1 parent df1ee6e commit beedb78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, macos-12, macos-13]
arch: [x86_64]
include:
- os: self-hosted
arch: arm64
env:
SYSTEM_VERSION_COMPAT: 0
steps:
Expand All @@ -21,7 +17,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_ARCHS_MACOS: x86_64
CIBW_ARCHS_LINUX: x86_64 aarch64
with:
package-dir: .
Expand Down

0 comments on commit beedb78

Please sign in to comment.