From 903b94526d6bc9980c3ed3de99ba63dad5209b10 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 12 Jul 2021 02:30:55 +0900 Subject: [PATCH] docs: Use ubuntu-20.04 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 287ca7d..ea6ed6c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ concurrency: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: @@ -249,7 +249,7 @@ concurrency: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: @@ -307,7 +307,7 @@ concurrency: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: @@ -360,7 +360,7 @@ concurrency: jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: