Skip to content

Commit

Permalink
Use latest ubuntu for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hatappi committed Aug 30, 2023
1 parent b772dfe commit 3c3cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
Expand Down

0 comments on commit 3c3cda6

Please sign in to comment.