Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 333dd01

Browse files
committedMay 16, 2024·
ref: use macos arm builders to speed up library build
1 parent da1d616 commit 333dd01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/build_library.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
matrix:
4848
include:
4949
- target: x86_64-apple-darwin
50-
py-platform: macosx-10_15_x86_64
50+
py-platform: macosx-14_0_x86_64
5151
- target: aarch64-apple-darwin
52-
py-platform: macosx-11_0_arm64
52+
py-platform: macosx-14_0_arm64
5353

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

5757
steps:
5858
- uses: actions/checkout@v4

‎py/.craft.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ targets:
1717
cacheControl: "public, max-age=2592000"
1818

1919
requireNames:
20-
- /^sentry_relay-.*-py2\.py3-none-macosx_10_15_x86_64.whl$/
21-
- /^sentry_relay-.*-py2\.py3-none-macosx_11_0_arm64.whl$/
20+
- /^sentry_relay-.*-py2\.py3-none-macosx_14_0_x86_64.whl$/
21+
- /^sentry_relay-.*-py2\.py3-none-macosx_14_0_arm64.whl$/
2222
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_x86_64.*\.whl$/
2323
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_aarch64.*\.whl$/
2424
- /^sentry-relay-.*\.zip$/

0 commit comments

Comments
 (0)
Please sign in to comment.