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 12, 2024
1 parent 207fb08 commit a9a9693
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,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

0 comments on commit a9a9693

Please sign in to comment.