Skip to content

Commit

Permalink
RLS: use native Apple Silicon macOS for arm64 wheels; remove universal2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Feb 13, 2024
1 parent 84c5ad4 commit ef99fe5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -72,12 +72,9 @@ jobs:
- os: macos-11
arch: x86_64
cmake_osx_architectures: x86_64
- os: macos-11
- os: macos-14
arch: arm64
cmake_osx_architectures: arm64
- os: macos-11
arch: universal2
cmake_osx_architectures: "x86_64;arm64"

steps:
- name: Checkout source
Expand Down Expand Up @@ -119,6 +116,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: cp36-* pp* *musllinux* *-manylinux_i686
CIBW_TEST_SKIP: "cp38-macosx_*:arm64"
CIBW_ENVIRONMENT_LINUX:
GEOS_VERSION=${{ env.GEOS_VERSION }}
GEOS_INSTALL=/host${{ runner.temp }}/geos-${{ env.GEOS_VERSION }}
Expand Down

0 comments on commit ef99fe5

Please sign in to comment.