Skip to content

Commit

Permalink
update to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Oct 10, 2024
1 parent 1053470 commit de305f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ jobs:
build-sdist:
name: build sdist
needs: [lock_exists]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # waiting for https://github.com/PyO3/maturin-action/issues/291 to be fixed
steps:
- uses: actions/checkout@v3
- uses: PyO3/maturin-action@v1
with:
working-directory: ./bindings/python
command: sdist
args: --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }}
args: --out dist
rust-toolchain: stable
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit de305f2

Please sign in to comment.