Skip to content

Commit

Permalink
Update runners OS to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Oct 11, 2024
1 parent cc3593a commit 322738f
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 @@ -18,7 +18,7 @@ jobs:
python-version:
- 3.8
os:
- ubuntu-20.04
- ubuntu-22.04

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

deploy_test_PyPI:
name: 📦 Deploy to TestPyPI
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [build_wheels]
if: github.ref == 'refs/heads/main'
steps:
Expand All @@ -61,7 +61,7 @@ jobs:

deploy_PyPI:
name: 📦 Deploy to PyPI
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [build_wheels]
if: startsWith(github.ref, 'refs/tags')
steps:
Expand Down

0 comments on commit 322738f

Please sign in to comment.