diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 03e529be9..0cc9d07f9 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -19,7 +19,7 @@ jobs: runsOn: ubuntu-24.04-arm64-2-core - os: macos-intel package-suffix: macos-amd64 - runsOn: macos-13 + runsOn: macos-15-intel - os: macos-arm package-suffix: macos-aarch64 runsOn: macos-14 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbaa974b5..30db9c2d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - os: ubuntu-arm runsOn: ubuntu-24.04-arm64-2-core - os: macos-intel - runsOn: macos-13 + runsOn: macos-15-intel # On 3.13.3 there is some issue with macOS intel where it hangs after pytest with some # test that may have a worker that cannot properly shutdown, but it does not occur on # other versions, platforms, etc. See https://github.com/temporalio/sdk-python/issues/834.