Skip to content

Commit

Permalink
ci: use ubuntu-24.04 again for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Sep 7, 2024
1 parent 44c043d commit 6e97542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [set-version]
steps:
- uses: actions/checkout@v4
Expand All @@ -160,7 +160,7 @@ jobs:

publish:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [linux, windows, macos, sdist]
if: ${{ github.event_name == 'release' }}
steps:
Expand Down

0 comments on commit 6e97542

Please sign in to comment.