Skip to content

Commit 055ce06

Browse files
fix: use macos-15-intel runner for x86_64-apple-darwin build
macos-13 has been retired by GitHub. macos-15-intel is the replacement Intel-based macOS runner for building x86_64 binaries. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent d7aa64d commit 055ce06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
include:
1515
- target: x86_64-apple-darwin
16-
os: macos-13
16+
os: macos-15-intel
1717
name: mumei-x86_64-apple-darwin
1818
- target: aarch64-apple-darwin
1919
os: macos-latest

0 commit comments

Comments
 (0)