Skip to content

Commit 5859f07

Browse files
authored
fix: remove reliance on u20 runners (main branch) (#564)
1 parent c90bb1c commit 5859f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.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)