From 55117bdfe7031543062c1a69e3f4ccf28bec9448 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 3 May 2020 13:17:01 +0900 Subject: [PATCH] ci: Add ubuntu-16.04 --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 4680650..c232074 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -1,7 +1,6 @@ name: Daily Test on: - # push: schedule: - cron: '13 13 * * *' @@ -12,6 +11,7 @@ jobs: matrix: os: - 'ubuntu-18.04' + - 'ubuntu-16.04' - 'macos-latest' - 'windows-latest' hugo-version: