catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
213 stars 138 forks source link

github actions fix, ubuntu-18.04 set #597

Closed sammeboy635 closed 1 year ago

sammeboy635 commented 1 year ago

Issue with ubuntu-latest being updated and 3.6.8 python versionbeing no longer supported for github actions. changed ubuntu-latest to ubuntu-18.04.

Athough ubuntu-18.04 environment is now deprecated so we should consider updating. https://github.com/actions/runner-images https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json python version manifest

pmeenan commented 1 year ago

There are a couple of pending PR's to fix some edge cases with 22.04 but otherwise it should be ready to go.

I'd recommend standing up 22.04 dev and QA instances first, make sure it works as expected and then migrate the prod agents to 22.04. It should probably be done in the next couple of months before 18.04 reaches EOL.

Once that is done then it makes sense to change the action to use 22.04 explicitly.