From 07b6f3ec426de04fa3686d6d6091b1db23a217b9 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Tue, 18 Nov 2025 11:33:11 -0500 Subject: [PATCH] update macos-13 runner to macos-15-intel --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9659c0aae..03a3033fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: target: aarch64-unknown-linux-gnu out-file: libtemporal_sdk_typescript_bridge.so - platform: macos-x64 - runner: macos-13 + runner: macos-15-intel target: x86_64-apple-darwin out-file: libtemporal_sdk_typescript_bridge.dylib - platform: macos-arm @@ -128,7 +128,7 @@ jobs: runner: ubuntu-24.04-arm64-2-core reuse-v8-context: true - platform: macos-x64 - runner: macos-13 + runner: macos-15-intel reuse-v8-context: true - platform: macos-arm runner: macos-14 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 750c01977..39917f5bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: out-file: libtemporal_sdk_typescript_bridge.so protobuf-url: https://github.com/protocolbuffers/protobuf/releases/download/v22.3/protoc-22.3-linux-aarch_64.zip - platform: macos-x64 - runner: macos-13 + runner: macos-15-intel target: x86_64-apple-darwin out-file: libtemporal_sdk_typescript_bridge.dylib - platform: macos-arm