Skip to content

Commit 4439749

Browse files
committed
ci: use macos-15-intel runner (macos-13 was retired Dec 2025)
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent a77fd3e commit 4439749

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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)

.github/workflows/test-release-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)