From 12ffa5db9438899243a6c518d078a0e5e6d0180d Mon Sep 17 00:00:00 2001 From: Advait Paliwal Date: Tue, 24 Mar 2026 10:41:05 -0700 Subject: [PATCH] Fix native release workflow runners --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 536b33a..0be7d04 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,8 @@ name: Publish and Release +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" + on: push: branches: [main] @@ -63,7 +66,7 @@ jobs: - id: linux-x64 os: ubuntu-latest - id: darwin-x64 - os: macos-13 + os: macos-15-intel - id: darwin-arm64 os: macos-14 - id: win32-x64