Skip to content

Commit

Permalink
docs: Use ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 11, 2021
1 parent 8d746f0 commit 903b945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ concurrency:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -249,7 +249,7 @@ concurrency:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -307,7 +307,7 @@ concurrency:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -360,7 +360,7 @@ concurrency:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 903b945

Please sign in to comment.