Skip to content

Support new runner architecture: windows-11-arm #216

@pbo-linaro

Description

@pbo-linaro

GitHub announced support for new windows-arm64 runners:
https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/

action currently fails with:

Run mxschmitt/action-tmate@v3
node:events:502
      throw er; // Unhandled 'error' event
      ^

Error: spawn C:\msys64\usr\bin\bash.exe ENOENT
    at ChildProcess._handle.onexit (node:internal/child_process:285:1[9](https://github.com/pbo-linaro/github-actions/actions/runs/14453887171/job/40532635299#step:2:10))
    at onErrorNT (node:internal/child_process:483:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
    at ChildProcess._handle.onexit (node:internal/child_process:291:[12](https://github.com/pbo-linaro/github-actions/actions/runs/14453887171/job/40532635299#step:2:13))
    at onErrorNT (node:internal/child_process:483:16)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'spawn C:\\msys64\\usr\\bin\\bash.exe',
  path: 'C:\\msys64\\usr\\bin\\bash.exe',
  spawnargs: [ '-lc', 'pacman -S --noconfirm tmate' ]
}

Node.js v20.19.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions