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 ed1f6ca commit 5cdb0c2Copy full SHA for 5cdb0c2
.github/workflows/build-binaries.yml
@@ -20,7 +20,7 @@ jobs:
20
runsOn: ubuntu-24.04-arm64-2-core
21
- os: macos-intel
22
package-suffix: macos-amd64
23
- runsOn: macos-13
+ runsOn: macos-15-intel
24
- os: macos-arm
25
package-suffix: macos-aarch64
26
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