Skip to content

Commit

Permalink
use ubuntu 22.04 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed Jul 8, 2024
1 parent 86e2a45 commit 3ea44a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
release-build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
path: dist/

pypi-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

needs:
- release-build
Expand Down

0 comments on commit 3ea44a2

Please sign in to comment.