Skip to content

Commit

Permalink
update ci for work on ubuntu last
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlottaSartore committed Feb 4, 2025
1 parent 80ed890 commit 1c68237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-latest
- macos-latest
- windows-latest
python:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
publish:
name: Publish to PyPI
needs: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
id-token: write

Expand Down

0 comments on commit 1c68237

Please sign in to comment.