Skip to content

Commit 5c5898b

Browse files
committed
ci: fix runs-on
1 parent b68ba32 commit 5c5898b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343

4444
create-release-token:
45-
runs-on: ubuntu-24-04
45+
runs-on: ubuntu-24.04
4646
if: ${{ github.event_name != 'pull_request' }}
4747
outputs:
4848
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)