We currently use ubuntu-16.04 images like here
But these currently generate warning messages such as:
Ubuntu 16.04 LTS environment is deprecated and will be removed on September 20, 2021. Migrate to ubuntu-latest instead. For more details, see https://github.com/actions/virtual-environments/issues/3287.
actions/runner-images#3287 says
To keep our environment updated and secured, we will remove Ubuntu 16.04 on September 20, 2021.
To make sure everyone is aware of this change, we scheduled 2 short "brownouts". Ubuntu 16.04 builds will fail during the brownout period. Therefore, it is recommended to migrate your workflows prior to the September 6, 2021.
So we need to migrate to ubuntu-latest to let tests run correctly asap.
We currently use
ubuntu-16.04images like hereBut these currently generate warning messages such as:
actions/runner-images#3287 says
So we need to migrate to
ubuntu-latestto let tests run correctly asap.