-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CI - update all GitHub action runners to ubuntu-22.04 #7064
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
Conversation
Example warnings at https://github.com/quantumlib/Cirq/actions/runs/13297557908. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7064 +/- ##
==========================================
- Coverage 98.18% 98.18% -0.01%
==========================================
Files 1089 1089
Lines 95208 95208
==========================================
- Hits 93478 93476 -2
- Misses 1730 1732 +2 ☔ View full report in Codecov by Sentry. |
Address deprecation warning for the ubuntu-20.04 GHA runner image. Use more conservative ubuntu-22.04, because the ubuntu-latest image gives SSL errors in pip execution.
65a97dc
to
befe901
Compare
All checks passing at befe901 including ci-daily and ci-weekly. |
This reverts commit f9f653e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Thanks for doing this.
Do not pre-install packages from a standard pytest job.
4a6c4b2
to
67f2596
Compare
* CI - update all GitHub action runners to ubuntu-22.04 Address deprecation warning for the ubuntu-20.04 GHA runner image. Use more conservative ubuntu-22.04, because the ubuntu-latest image gives SSL errors in pip execution. * REVERT ME - temporarily activate ci-daily in pull requests * CI - install the missing Ubuntu package libffi7 * Address complaint from shellcheck-0.8.0 * Revert "REVERT ME - temporarily activate ci-daily in pull requests" This reverts commit f9f653e. * Use separate GitHub actions cache for the pytest-numpy-2 job Do not pre-install packages from a standard pytest job.
Address deprecation warning for the ubuntu-20.04 GHA runner image.