We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27bb11 commit cde3427Copy full SHA for cde3427
.github/workflows/build-binaries.yml
@@ -19,7 +19,7 @@ jobs:
19
runsOn: ubuntu-24.04-arm64-2-core
20
- os: macos-intel
21
package-suffix: macos-amd64
22
- runsOn: macos-13
+ runsOn: macos-15-intel
23
- os: macos-arm
24
package-suffix: macos-aarch64
25
runsOn: macos-14
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- os: ubuntu-arm
37
38
39
40
# On 3.13.3 there is some issue with macOS intel where it hangs after pytest with some
41
# test that may have a worker that cannot properly shutdown, but it does not occur on
42
# other versions, platforms, etc. See https://github.com/temporalio/sdk-python/issues/834.
0 commit comments