Cyrill commented on code in PR #3693:
URL: https://github.com/apache/ozone/pull/3693#discussion_r951461982
##########
.github/workflows/post-commit.yml:
##########
@@ -27,7 +27,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build-info:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
Review Comment:
The verification fails with the following error without it:
```
[build-info](https://github.com/Cyrill/ozone/runs/7952516390?check_suite_focus=true)
This is a scheduled Ubuntu-18.04 brownout. The Ubuntu-18.04 environment is
deprecated and will be removed on December 1st, 2022. For more details, see
https://github.com/actions/runner-images/issues/6002
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]