File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 - os : macos-latest
8989 target : aarch64-apple-darwin
9090 artifact : macos-arm
91- - os : macos-13
91+ - os : macos-15-intel
9292 target : x86_64-apple-darwin
9393 artifact : macos-intel
9494
@@ -290,7 +290,7 @@ jobs:
290290 SHA_ARM64=$(shasum -a 256 arm64.dmg | cut -d' ' -f1)
291291 echo "ARM64 SHA256: $SHA_ARM64"
292292
293- # x64 DMG (built on macos-13 Intel runner)
293+ # x64 DMG (built on macos-15-intel runner)
294294 HAS_X64=false
295295 if curl -fSL "${BASE_URL}/McpMux_${VERSION}_x64.dmg" -o x64.dmg 2>/dev/null; then
296296 SHA_X64=$(shasum -a 256 x64.dmg | cut -d' ' -f1)
Original file line number Diff line number Diff line change 2121 - os : macos-latest
2222 target : aarch64-apple-darwin
2323 artifact : macos-arm
24- - os : macos-13
24+ - os : macos-15-intel
2525 target : x86_64-apple-darwin
2626 artifact : macos-intel
2727
You can’t perform that action at this time.
0 commit comments