-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failures in @actions/exec
package when run under MacOS
#1859
Comments
We think this is related to OSX 14.7 being released. |
Switching to an Intel based runner fixed this. I opened a Feedback item for this |
I received an update to the Feedback item above:
@bdehamer any chance you can grab these diagnostics? |
@nodeselector Here is a GHA run where I executed just the failing tests and then immediately ran https://github.com/actions/toolkit/actions/runs/12324446215 The sysdiagnose output is attached as an artifact to the run. |
Sometime between 2024-10-08 and 2024-10-28 there are three unit tests from the
@actions/exec
package which have started failing when run specifically on MacOS.The failures do not appear to be related to any code changes in the repo (I can repro the issue with exactly the same code which was running successfully on October 8th). My guess is that the failures may have something to do with the runner image. The last passing test was running under
[email protected]
while the failures are occurring under[email protected]
.The three failing tests are the following:
One interesting data point . . . these same tests will PASS when run in GitHub Actions if I change the runner type from
macos-latest
tomacos-latest-large
:macos-latest-large
The text was updated successfully, but these errors were encountered: