thisisnic opened a new issue, #50221: URL: https://github.com/apache/arrow/issues/50221
The `test-r-macos-as-cran` nightly job (cran-release sub-job) has been failing since around 2026-06-10. The step "Install MacOSX 11.3 SDK" fails with a 401 when downloading from the private repo `jonkeane/crossbow_11_sdk`: ``` curl: (56) The requested URL returned error: 401 ``` Tests never run — the job fails before reaching them. The `SDK_TOKEN` secret used to authenticate the download has likely expired. The repo was created 2026-02-13. Example failed run: https://github.com/ursacomputing/crossbow/actions/runs/27730602158 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
