File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
47
47
matrix :
48
48
include :
49
49
- target : x86_64-apple-darwin
50
- py-platform : macosx-10_15_x86_64
50
+ py-platform : macosx-14_0_x86_64
51
51
- target : aarch64-apple-darwin
52
- py-platform : macosx-11_0_arm64
52
+ py-platform : macosx-14_0_arm64
53
53
54
54
name : Python macOS ${{ matrix.py-platform }}
55
- runs-on : macos-11
55
+ runs-on : macos-14
56
56
57
57
steps :
58
58
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ targets:
17
17
cacheControl : " public, max-age=2592000"
18
18
19
19
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$/
22
22
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_x86_64.*\.whl$/
23
23
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_aarch64.*\.whl$/
24
24
- /^sentry-relay-.*\.zip$/
You can’t perform that action at this time.
0 commit comments