Skip to content

Commit f29b91b

Browse files
porco-rsclaude
andcommitted
Fix CI: MSRV check with --no-default-features, update macOS runner
- MSRV job: add --no-default-features so Rust 1.85 check skips MCP deps (rmcp → darling 0.23 requires Rust 1.88) - Release: update x86_64-apple-darwin runner from macos-13 (retired) to macos-14 (ARM, cross-compiles x86_64 natively) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d6b2469 commit f29b91b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: dtolnay/rust-toolchain@stable
7373
with:
7474
toolchain: "1.85"
75-
- run: cargo check --workspace
75+
- run: cargo check --workspace --no-default-features
7676

7777
# Separater Job: Security Audit
7878
audit:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- target: aarch64-apple-darwin
1818
os: macos-latest
1919
- target: x86_64-apple-darwin
20-
os: macos-13
20+
os: macos-14
2121
- target: x86_64-unknown-linux-gnu
2222
os: ubuntu-latest
2323
- target: aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)