mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-16 16:03:23 +00:00
ci: improve the workflow
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -4,12 +4,7 @@ on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
macos:
|
||||
|
||||
env:
|
||||
LUA_VERSION: 5.2
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -30,8 +25,6 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- uses: ./.github/actions/build-and-test
|
||||
with:
|
||||
test-wrapper:
|
||||
env:
|
||||
PGHOST: /tmp
|
||||
|
||||
@ -216,7 +209,7 @@ jobs:
|
||||
- uses: ./.github/actions/ubuntu-prerequisites
|
||||
- uses: ./.github/actions/build-and-test
|
||||
|
||||
ubuntu20-pg12-gcc10-release:
|
||||
ubuntu20-pg13-gcc10-release:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
env:
|
||||
|
Reference in New Issue
Block a user