Use ubuntu-18.04

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
This commit is contained in:
Stefan Scherer 2021-03-01 19:39:50 +01:00
parent 5e0675f24e
commit 149b7e6ea6
No known key found for this signature in database
GPG Key ID: 0EA4429C4C69C02B
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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