-
Notifications
You must be signed in to change notification settings - Fork 34
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 on ARM macOS runners #560
Conversation
This is due to python 3.8 no longer being available on the macos-latest CI runner. This also restores the ubuntu minimum version to 3.8 so that we test on 3.8 somewhere. #515 (comment) We might see intermittent CI failures again until #556 is merged (expected to be very soon).
Pull Request Test Coverage Report for Build 8825682963Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
I merged #561, which is an alternative to this. If we want to take this route, we will have to disable the cutqc tests when cplex is not available. This should be fine, since cutqc is deprecated now anyway. I will fix up this PR to do that when I get a chance, so that we can go back to using the |
use python 3.12 on macos, because then we will skip cplex
This is related to Qiskit/qiskit#12102. We might want to wait on that before merging. But otherwise this is all done. |
Qiskit/qiskit#12102 is now merged. If testing on ARM causes us any intermittent problems before Qiskit 1.1 is released (I don't expect it to), then I can make a follow-up PR so that ARM testing uses qiskit |
Merging this since Qiskit 1.1 will be released tomorrow. |
This is due to python 3.8 no longer being available on the macos-latest CI runner.This
alsoallows us to now perform CI on ARM chips on macOS.This also restores the ubuntu minimum version to 3.8 so that we test on 3.8 somewhere. #515 (comment)
We might see intermittent CI failures again until #556 is merged (expected to be very soon).