Skip to content

Commit 5be5565

Browse files
authored
Merge pull request #321 from bgilbert/focal
workflows: switch setuptools job to Ubuntu 22.04 container
2 parents ec85a92 + 775f52a commit 5be5565

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)