Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapobep committed Dec 19, 2024
1 parent a279749 commit 9aa1163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ permissions:

jobs:
release-build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./python
steps:
- uses: actions/checkout@v4
- run: pwd
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
Expand Down

0 comments on commit 9aa1163

Please sign in to comment.