Skip to content

Commit

Permalink
Update versions of ubuntu used in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 25, 2024
1 parent 3477784 commit b2b16b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.8
- 3.11
os:
- ubuntu-20.04
- ubuntu-24.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-24.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-24.04
needs: [build_wheels]
if: startsWith(github.ref, 'refs/tags')
steps:
Expand Down

0 comments on commit b2b16b7

Please sign in to comment.