macos-14-arm64 (20260512) Image Update#14037
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
v-sergei-pyshnoi
approved these changes
May 12, 2026
|
Deu erro por causa da versao utilizada |
1 task
francisdb
added a commit
to francisdb/vpin
that referenced
this pull request
May 14, 2026
The new GitHub macOS runner image (actions/runner-images#14037) ships a rustup layout where $CARGO_HOME/bin contains proxies that, once round- tripped through rust-cache's bin scanner (introduced in v2.9.0 by Swatinem/rust-cache#325), restore as aliases to `rustup-init`. After cache restore, `cargo build` then dispatches as `rustup-init` and dies with "unexpected argument 'build'". Setting cache-bin: false on the build matrix step keeps the toolchain proxies installed by dtolnay/rust-toolchain intact across runs. Only applied to the build matrix; the wasm jobs legitimately want bin caching for their `cargo install wasmtime-cli` / `cargo install wasm-bindgen-cli` steps and aren't affected (they run on ubuntu-latest). See Swatinem/rust-cache#341
pull Bot
pushed a commit
to thompson-tomo/otel-arrow
that referenced
this pull request
May 15, 2026
…cos-latest (open-telemetry#2978) ## Problem CI `clippy (*, macos-latest)` (and other macOS rust steps) started failing today across many PRs with: ``` error: error: unexpected argument 'clippy' found Usage: rustup-init[EXE] [OPTIONS] ``` ## Root cause GitHub rolled out a new macos-latest runner image today ([actions/runner-images#14037](actions/runner-images#14037)) that changed how the `rustc`/`cargo` rustup proxy binaries are set up. Combined with [Swatinem/rust-cache#325](Swatinem/rust-cache#325) (which made `cache-bin: true` the default in v2.8+), the cached `$CARGO_HOME/bin/` from previous runs gets restored over the freshly-installed proxies, leaving `cargo` dispatching to `rustup-init` behavior instead of the real cargo. Tracked upstream: [Swatinem/rust-cache#341](Swatinem/rust-cache#341). ## Fix Set `cache-bin: false` on all 7 `Swatinem/rust-cache` invocations in `.github/workflows/rust-ci.yml`. This is the workaround confirmed by the upstream issue reporter. We don't `cargo install` any binaries that need caching, so this loses no useful caching.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🖥️ Actions Runner Image: macOS 14
📣 What's changed?
Updated
Java
11.0.30+7JAVA_HOME_11_arm6417.0.18+8JAVA_HOME_17_arm6421.0.10+7.0 (default)JAVA_HOME_21_arm64For comprehensive list of software installed on this image please click here.