diff --git a/.github/workflows/build_library.yml b/.github/workflows/build_library.yml index 9dbb1262dc9..5c902a073b5 100644 --- a/.github/workflows/build_library.yml +++ b/.github/workflows/build_library.yml @@ -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 diff --git a/py/.craft.yml b/py/.craft.yml index d0bd6c310e1..54ccfdc7047 100644 --- a/py/.craft.yml +++ b/py/.craft.yml @@ -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$/