Skip to content
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

e2e test pipeline doesn't work properly on macos-latest runners #2768

Closed
PhilippMa opened this issue Feb 10, 2025 · 0 comments · Fixed by #2770
Closed

e2e test pipeline doesn't work properly on macos-latest runners #2768

PhilippMa opened this issue Feb 10, 2025 · 0 comments · Fixed by #2770
Assignees

Comments

@PhilippMa
Copy link
Contributor

Describe the bug
When running the "Build and E2E Test" action on macos-latest, the run seems to not terminate (manually cancelled after running for more than 20 minutes).

To Reproduce

  1. On a new branch: change the macos version in build-and-e2e-test.yml from macos-13 to macos-latest
  2. Create a pull request for that branch to trigger the Github action to run.

Expected behavior
The "Build and E2E Test" action should terminate after ~5-10 minutes, since that is the amount of time it takes on windows-latest and ubuntu-latest runners.

Additional context
Could possibly be related to the fact that macos-latest runners have lower RAM than macos-13 runners, see https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories.

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 a pull request may close this issue.

1 participant