Skip to content

Commit 0a5a678

Browse files
authored
Merge pull request #675 from zygw/UpdateUbuntuRelease
fix(release): update release job to ubuntu-latest Fixes: #674
2 parents 95836ed + 8a4c438 commit 0a5a678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
release:
88
name: Release
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)