Skip to content

Commit

Permalink
check if wheels with LTO build on macos-13 arm image
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bauer committed May 23, 2024
1 parent 0dd101c commit 1944afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: wheel-macos-x86_64
path: dist
macos-aarch64:
runs-on: macos-14
runs-on: macos-13-xlarge
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -53,7 +53,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: aarch64
args: --release --out dist
args: --profile release-lto --out dist
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1944afb

Please sign in to comment.