Skip to content

Commit 4213e1e

Browse files
committed
ci: update release workflow to use ubuntu-latest runner
1 parent 350525a commit 4213e1e

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
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
outputs:
1313
published: ${{ steps.semantic.outputs.new_release_published }}
1414
version: ${{ steps.semantic.outputs.new_release_version }}

0 commit comments

Comments
 (0)