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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]