Skip to content

Commit

Permalink
ci: update release workflow to use ubuntu-latest
Browse files Browse the repository at this point in the history
Updates the release workflow to use ubuntu-latest as the runner.
  • Loading branch information
tfkhdyt committed Feb 21, 2024
1 parent f02429c commit 0f9b7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- v[0-9]+.*
jobs:
create-release:
runs-on: ubuntu-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
Expand Down

0 comments on commit 0f9b7c0

Please sign in to comment.