Skip to content

Commit

Permalink
Use ubuntu-22.04 runner for now
Browse files Browse the repository at this point in the history
To work around PyO3/maturin-action#291.
  • Loading branch information
sd2k committed Oct 15, 2024
1 parent 2e75057 commit 3f00c3a
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 @@ -139,7 +139,7 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build sdist
Expand Down

0 comments on commit 3f00c3a

Please sign in to comment.