From 5cdb0c29d13f3cf1d4f82b18124d4d7d2d241a1b Mon Sep 17 00:00:00 2001 From: Spencer Judge Date: Wed, 8 Oct 2025 16:55:42 -0700 Subject: [PATCH] Use macOS 15 intel runners --- .github/workflows/build-binaries.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index b7e927573..4386b82eb 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -20,7 +20,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 6289dbcd0..cc38d1c38 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.