Skip to content

Commit

Permalink
CI: upgrade base OS to default (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight authored May 3, 2021
1 parent 53f7ce1 commit c85a43a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-book:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-deploy-book:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-push-template:
if: ${{ github.repository == 'substrate-developer-hub/recipes' }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Trigger playground inclusion
uses: peter-evans/repository-dispatch@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
markdown-link-check:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down

0 comments on commit c85a43a

Please sign in to comment.