Test failures in @actions/exec
package when run under MacOS
#1859
Labels
bug
Something isn't working
@actions/exec
package when run under MacOS
#1859
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: