Skip to content

Commit c7526f9

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ sidebar-expand-depth = 2
166166
enableTypeIgnoreComments = true
167167
reportAny = "none"
168168
reportCallInDefaultInitializer = "none"
169+
reportDeprecated = "none"
169170
reportExplicitAny = "none"
170171
reportIgnoreCommentWithoutRule = "none"
171172
reportImplicitAbstractClass = "none"

0 commit comments

Comments
 (0)