Skip to content

Commit 775f52a

Browse files
committed
workflows: switch setuptools job to Ubuntu 22.04 container
Ubuntu 20.04 is exiting standard security support at the end of May. Switch to 22.04, which still has an old enough setuptools. Stick with the container, rather than using GitHub's ubuntu-22.04 runner image, for better control over the included software versions. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent ec85a92 commit 775f52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
name: Setuptools install
236236
needs: pre-commit
237237
runs-on: ubuntu-latest
238-
container: ubuntu:20.04
238+
container: ubuntu:22.04
239239
steps:
240240
- name: Install dependencies
241241
run: |

0 commit comments

Comments
 (0)