Skip to content

Commit

Permalink
Use ubuntu-latest instead of 16.04 as an Actions example (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
  • Loading branch information
tnir and lucascosti authored Oct 14, 2020
1 parent 20fa34e commit 014e7c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ on: push
jobs:
one:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
Expand Down

0 comments on commit 014e7c7

Please sign in to comment.