Skip to content

Commit 7e25cc3

Browse files
update macos-13 runner to macos-15-intel (#1827)
1 parent d919b22 commit 7e25cc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
target: aarch64-unknown-linux-gnu
4444
out-file: libtemporal_sdk_typescript_bridge.so
4545
- platform: macos-x64
46-
runner: macos-13
46+
runner: macos-15-intel
4747
target: x86_64-apple-darwin
4848
out-file: libtemporal_sdk_typescript_bridge.dylib
4949
- platform: macos-arm
@@ -128,7 +128,7 @@ jobs:
128128
runner: ubuntu-24.04-arm64-2-core
129129
reuse-v8-context: true
130130
- platform: macos-x64
131-
runner: macos-13
131+
runner: macos-15-intel
132132
reuse-v8-context: true
133133
- platform: macos-arm
134134
runner: macos-14

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
out-file: libtemporal_sdk_typescript_bridge.so
4242
protobuf-url: https://github.com/protocolbuffers/protobuf/releases/download/v22.3/protoc-22.3-linux-aarch_64.zip
4343
- platform: macos-x64
44-
runner: macos-13
44+
runner: macos-15-intel
4545
target: x86_64-apple-darwin
4646
out-file: libtemporal_sdk_typescript_bridge.dylib
4747
- platform: macos-arm

0 commit comments

Comments
 (0)