Skip to content

Commit 5cdb0c2

Browse files
committed
Use macOS 15 intel runners
1 parent ed1f6ca commit 5cdb0c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runsOn: ubuntu-24.04-arm64-2-core
2121
- os: macos-intel
2222
package-suffix: macos-amd64
23-
runsOn: macos-13
23+
runsOn: macos-15-intel
2424
- os: macos-arm
2525
package-suffix: macos-aarch64
2626
runsOn: macos-14

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- os: ubuntu-arm
3737
runsOn: ubuntu-24.04-arm64-2-core
3838
- os: macos-intel
39-
runsOn: macos-13
39+
runsOn: macos-15-intel
4040
# On 3.13.3 there is some issue with macOS intel where it hangs after pytest with some
4141
# test that may have a worker that cannot properly shutdown, but it does not occur on
4242
# other versions, platforms, etc. See https://github.com/temporalio/sdk-python/issues/834.

0 commit comments

Comments
 (0)