Merge pull request #12418 from StefanScherer/use-ubuntu-18.04

ci: Use ubuntu-18.04
This commit is contained in:
Usha Mandya 2021-03-01 18:56:08 +00:00 committed by GitHub
commit 8a23e85366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build-static-page: build-static-page:
name: build name: build
runs-on: ubuntu-latest runs-on: ubuntu-18.04
timeout-minutes: 10 timeout-minutes: 10
env: env:
DOCKER_BUILDKIT: '1' DOCKER_BUILDKIT: '1'

View File

@ -5,7 +5,7 @@ on: pull_request
jobs: jobs:
build-static-page: build-static-page:
name: build name: build
runs-on: ubuntu-latest runs-on: ubuntu-18.04
env: env:
DOCKER_BUILDKIT: '1' DOCKER_BUILDKIT: '1'
steps: steps:

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
build-static-page: build-static-page:
name: build name: build
runs-on: ubuntu-latest runs-on: ubuntu-18.04
timeout-minutes: 10 timeout-minutes: 10
env: env:
DOCKER_BUILDKIT: '1' DOCKER_BUILDKIT: '1'

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
remove-site-from-netlify: remove-site-from-netlify:
name: build name: build
runs-on: ubuntu-latest runs-on: ubuntu-18.04
if: github.event.pull_request.head.repo.fork == false if: github.event.pull_request.head.repo.fork == false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2