Skip to content

Commit eb57eda

Browse files
committed
Use latest ubuntu for workflows
Signed-off-by: Jordi Clariana <[email protected]>
1 parent 7b49405 commit eb57eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ankorstore.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
release-ui:
2525
if: startsWith(github.ref, 'refs/tags/v') == true
26-
runs-on: ubuntu-18.04
26+
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v1
2929
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)