Skip to content

Commit 014e7c7

Browse files
tnirlucascosti
andauthored
Use ubuntu-latest instead of 16.04 as an Actions example (#445)
Signed-off-by: Takuya Noguchi <[email protected]> Co-authored-by: Lucas Costi <[email protected]>
1 parent 20fa34e commit 014e7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/reference/context-and-expression-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ on: push
179179
180180
jobs:
181181
one:
182-
runs-on: ubuntu-16.04
182+
runs-on: ubuntu-latest
183183
steps:
184184
- name: Dump GitHub context
185185
env:

0 commit comments

Comments
 (0)