Skip to content

Commit 96e4d1d

Browse files
cameroncookeclaude
andcommitted
ci(release): Use macos-14 for both portable arch builds
The configured macos-13 hosted runner is unavailable in this environment. Build both arm64 and x64 portable artifacts on macos-14, which is valid now that packaging fetches target-arch Node runtimes. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 189af39 commit 96e4d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
- arch: arm64
233233
runner: macos-14
234234
- arch: x64
235-
runner: macos-13
235+
runner: macos-14
236236
runs-on: ${{ matrix.runner }}
237237
steps:
238238
- name: Checkout code

0 commit comments

Comments
 (0)