Skip to content

Commit

Permalink
Update Ubuntu version for running python tests (microsoft#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Jul 22, 2024
1 parent f5d6c63 commit 85c66fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pyVersion: ["3.7", "3.8", "3.9", "3.10"]
fail-fast: false

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: deepspeed/gh-builder:py${{ matrix.pyVersion }}

Expand Down

0 comments on commit 85c66fd

Please sign in to comment.