Skip to content

macos-14-arm64 (20260512) Image Update#14037

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
releases/macos-14-arm64/20260512-docs
Open

macos-14-arm64 (20260512) Image Update#14037
github-actions[bot] wants to merge 1 commit into
mainfrom
releases/macos-14-arm64/20260512-docs

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🖥️ Actions Runner Image: macOS 14

  • OS Version: macOS 14.8.5 (23J423)
  • Kernel Version: Darwin 23.6.0
  • Image Version: 20260512.0058.1

📣 What's changed?

Updated

Category Tool name Previous (20260427.0019.1) Current (20260512.0058.1)
Package Management Bundler 4.0.10 4.0.11
Homebrew 5.1.7 5.1.11
Pip3 26.0.1 (python 3.14) 26.1 (python 3.14)
Pipx 1.11.1 1.12.0
RubyGems 4.0.10 4.0.11
Vcpkg 2026 (build from commit d46283cf33) 2026 (build from commit d4db34445d)
Project Management Gradle 9.4.1 9.5.0
Utilities azcopy 10.32.2 10.32.3
bazelisk 1.28.1 1.29.0
GitHub CLI 2.91.0 2.92.0
Packer 1.15.2 1.15.3
Tools AWS CLI 2.34.37 2.34.45
AWS SAM CLI 1.158.0 1.159.1
AWS Session Manager CLI 1.2.804.0 1.2.814.0
Azure CLI 2.85.0 2.86.0
Bicep CLI 0.42.1 0.43.8
CodeQL Action Bundle 2.25.2 2.25.4
Fastlane 2.233.0 2.234.0
SwiftFormat 0.61.0 0.61.1
Browsers Google Chrome 147.0.7727.117 148.0.7778.97
Google Chrome for Testing 147.0.7727.117 148.0.7778.97
ChromeDriver 147.0.7727.117 148.0.7778.97
Microsoft Edge 147.0.3912.86 148.0.3967.54
Microsoft Edge WebDriver 147.0.3912.86 148.0.3967.54
Mozilla Firefox 150.0 150.0.2
Cached Tools Ruby 4.0.3 4.0.4
Python 3.14.4 3.14.5
Go 1.25.9 1.25.10
PowerShell Tools PowerShell 7.4.14 7.4.15
Miscellaneous Tcl/Tk 8.6.17 8.6.18

Java

Version Environment Variable
11.0.30+7 JAVA_HOME_11_arm64
17.0.18+8 JAVA_HOME_17_arm64
21.0.10+7.0 (default) JAVA_HOME_21_arm64
11.0.31+11 JAVA_HOME_11_arm64
17.0.19+10 JAVA_HOME_17_arm64
21.0.11+10.0 (default) JAVA_HOME_21_arm64

For comprehensive list of software installed on this image please click here.

@shamil-mubarakshin shamil-mubarakshin requested a review from a team May 12, 2026 14:39
@Homeofficebr2029
Copy link
Copy Markdown

Deu erro por causa da versao utilizada

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants