Skip to content

Commit cde3427

Browse files
authored
Use macOS 15 intel runners (#1148)
1 parent d27bb11 commit cde3427

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
@@ -19,7 +19,7 @@ jobs:
1919
runsOn: ubuntu-24.04-arm64-2-core
2020
- os: macos-intel
2121
package-suffix: macos-amd64
22-
runsOn: macos-13
22+
runsOn: macos-15-intel
2323
- os: macos-arm
2424
package-suffix: macos-aarch64
2525
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)