-
Notifications
You must be signed in to change notification settings - Fork 45
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
Changing Office M2 mac runners to ubuntu-22.04-arm runners #1606
base: main
Are you sure you want to change the base?
Conversation
Hello. You may have forgotten to update the changelog!
|
Awesome thanks for tackling this! Ideally I'd like to see this PR remove everything under |
That makes a lot of sense, thanks @dime10! |
Before submitting
Please complete the following checklist when submitting a PR:
All new functions and code must be clearly commented and documented.
Ensure that code is properly formatted by running
make format
.The latest version of black and
clang-format-14
are used in CI/CD to check formatting.All new features must include a unit test.
Integration and frontend tests should be added to
frontend/test
,Quantum dialect and MLIR tests should be added to
mlir/test
, andRuntime tests should be added to
runtime/tests
.When all the above are checked, delete everything above the dashed
line and fill in the pull request template.
Context:
Description of the Change:
Benefits:
Possible Drawbacks:
Related GitHub Issues: