Skip to content

Commit

Permalink
ci: fix runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Nov 25, 2024
1 parent b68ba32 commit 5c5898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

create-release-token:
runs-on: ubuntu-24-04
runs-on: ubuntu-24.04
if: ${{ github.event_name != 'pull_request' }}
outputs:
token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit 5c5898b

Please sign in to comment.