Skip to content

Commit 36683aa

Browse files
ci: update release github actions runners to ubuntu-22.04 (runfinch#243)
Signed-off-by: Austin Vazquez <[email protected]>
1 parent f5330a3 commit 36683aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: "WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce" # v1.4.0
2323
generate-artifacts:
2424
needs: get-latest-tag
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
env:
2727
# Set during setup.
2828
RELEASE_TAG: ${{ needs.get-latest-tag.outputs.tag }}

0 commit comments

Comments
 (0)