Skip to content

Commit

Permalink
Merge pull request #416 from 2m/fix/use-latest-ubuntu-2m
Browse files Browse the repository at this point in the history
Use latest ubuntu image
  • Loading branch information
2m authored Mar 4, 2024
2 parents e6f7337 + 2ec439e commit fac18ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
workflow_dispatch:

jobs:
update_release_draft:
Expand Down

0 comments on commit fac18ad

Please sign in to comment.