fix: Anchored ubuntu version to support Python 2.7 in Github Actions#3086
Conversation
|
Can we try first with setup-python@v4? |
|
@targos I created an alternative version at #3090 by upgrading the actions, but seems like is using the newer ubuntu version under the hood |
|
Ok, thanks for trying. |
Yes, GH is in the middle of migrating We should probably be updating to setup-python@v4 regardless (maybe a separate PR?). |
richardlau
left a comment
There was a problem hiding this comment.
Let's merge this and fix the workflows.
We might subsequently consider dropping Python 2.7 from the workflow matrix. I think #2659 effectively means you need to be running Python 3 to run our playbooks anyway.
|
I will do the merge and then two separate PRs for:
|
We previously pinned this workflow to `ubuntu-20.04` to preserve Python 2.7 compatibility, but have since dropped Python 2.7 so can now unpin. Refs: nodejs#3086 Refs: nodejs#3093 Refs: actions/runner-images#11101
We previously pinned this workflow to `ubuntu-20.04` to preserve Python 2.7 compatibility, but have since dropped Python 2.7 so can now unpin. Refs: #3086 Refs: #3093 Refs: actions/runner-images#11101
We previously pinned this workflow to `ubuntu-20.04` to preserve Python 2.7 compatibility, but have since dropped Python 2.7 so can now unpin. Refs: #3086 Refs: #3093 Refs: actions/runner-images#11101
Main changes
ubuntu-latesttoubuntu-20.04Context