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: