You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/03/03 09:25:56 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #1983: HDDS-4891. Avoid latest/master in Github Actions

adoroszlai commented on a change in pull request #1983:
URL: https://github.com/apache/ozone/pull/1983#discussion_r586251507



##########
File path: .github/workflows/close-pending.yaml
##########
@@ -21,10 +21,10 @@ on:
 jobs:
   close-pending:
     name: close-pending
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04

Review comment:
       `latest` [is currently 18.04](https://github.com/apache/ozone/runs/2020674273?check_suite_focus=true#step:1:4), but [will be updated to 20.04](https://github.com/actions/virtual-environments/issues/1816) sometime soon.  I don't expect any problem from the update.  But changing to a more specific version lets us make the upgrade when required in a controlled way, instead of getting it unsolicitedly.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org