Where to find the issue
There are three workflows using the deprecated runner Ubuntu 18.04:
Describe the issue
GitHub workflows are using the deprecated ubuntu-18.04 runner image.
Suggestion
Update the other two workflows to use ubuntu-22.04:
In addition update:
Consider for these two workflows if it is necessary to retain testing of two different versions of Ubuntu. In general it may be advantageous for all workflows to standardize on ubuntu-latest.
Where to find the issue
There are three workflows using the deprecated runner Ubuntu 18.04:
.github/workflows/example-firefox.yml(Fixed)Describe the issue
GitHub workflows are using the deprecated ubuntu-18.04 runner image.
GitHub ubuntu-18.04 runner is deprecated and will be fully unsupported by 2023-04-01.
GitHub Ubuntu-latest workflows will use Ubuntu-22.04. Edit: completed on Dec 15, 2022.
Suggestion
ubuntu-latest. Edit: now changed toubuntu-20.04.Update the other two workflows to use
ubuntu-22.04:In addition update:
Consider for these two workflows if it is necessary to retain testing of two different versions of Ubuntu. In general it may be advantageous for all workflows to standardize on
ubuntu-latest.