Skip to content

Commit 9e84909

Browse files
authored
Fix wrong image for github action
1 parent 946a649 commit 9e84909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release:
99
if: startsWith(github.ref, 'refs/tags/')
10-
runs-on: ubuntu-18.04-LTS
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Build Changelog
1313
id: github_release

0 commit comments

Comments
 (0)