From 9d15cc0dbc478d52ab8b9edd4fe2c2fc128bd08b Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 4 Dec 2019 08:31:30 +0900 Subject: [PATCH] docs: Pin ubuntu version (#55) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 972b29d..2abc92a 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1