Skip to content

Commit

Permalink
ref: use macos arm builders to speed up library build
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed May 16, 2024
1 parent da1d616 commit 3940c38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
matrix:
include:
- target: x86_64-apple-darwin
py-platform: macosx-10_15_x86_64
py-platform: macosx-14_0_x86_64
- target: aarch64-apple-darwin
py-platform: macosx-11_0_arm64
py-platform: macosx-14_0_arm64

name: Python macOS ${{ matrix.py-platform }}
runs-on: macos-11
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions py/.craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ targets:
cacheControl: "public, max-age=2592000"

requireNames:
- /^sentry_relay-.*-py2\.py3-none-macosx_10_15_x86_64.whl$/
- /^sentry_relay-.*-py2\.py3-none-macosx_11_0_arm64.whl$/
- /^sentry_relay-.*-py2\.py3-none-macosx_14_0_x86_64.whl$/
- /^sentry_relay-.*-py2\.py3-none-macosx_14_0_arm64.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_x86_64.*\.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_aarch64.*\.whl$/
- /^sentry-relay-.*\.zip$/

0 comments on commit 3940c38

Please sign in to comment.