Merge pull request #337 from pgpointcloud/fix_docker_pipeline

Fix docker pipeline
This commit is contained in:
Paul Blottiere 2023-07-21 10:04:42 +02:00 committed by GitHub
commit 6837592f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
name: Docker image latest
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v2