ci: use specific runner os versions in github actions#9613
ci: use specific runner os versions in github actions#9613yihau merged 2 commits intoanza-xyz:masterfrom
Conversation
steviez
left a comment
There was a problem hiding this comment.
LGTM assuming you checked that our now pinned versions matched what latest is currently set to
|
Shall we BP this one as well for a stronger guarantee of stability on our release branches ? |
|
ah good catch! let's do it! |
|
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
* ci: use specific runner os versions in cargo github actions * don't use latest tag (cherry picked from commit b505c80) # Conflicts: # .github/workflows/label-actions.yml
* ci: use specific runner os versions in cargo github actions * don't use latest tag (cherry picked from commit b505c80)
… of #9613) (#9635) * ci: use specific runner os versions in github actions (#9613) * ci: use specific runner os versions in cargo github actions * don't use latest tag (cherry picked from commit b505c80) # Conflicts: # .github/workflows/label-actions.yml * remove nonexistent workflow file --------- Co-authored-by: Yihau Chen <yihau.chen@icloud.com>
Problem
the latest tag might break us unexpectedly
Summary of Changes
use specific versions