Skip to content

Commit

Permalink
Go back to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Nov 29, 2023
1 parent 75a9623 commit 8148596
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.10.0
- 3.10
os:
- ubuntu-22.04
- ubuntu-20.04

steps:
- uses: actions/checkout@master
Expand All @@ -43,7 +43,7 @@ jobs:

deploy_test_PyPI:
name: 📦 Deploy to TestPyPI
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: [build_wheels]
if: github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit 8148596

Please sign in to comment.