mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
actions: move tests to Ubuntu-20
This commit is contained in:
8
.github/workflows/ci-tests.yml
vendored
8
.github/workflows/ci-tests.yml
vendored
@@ -37,10 +37,10 @@ jobs:
|
|||||||
needs: create-archive
|
needs: create-archive
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
flavour: ["ubuntu-20", "ubuntu-24"]
|
flavour: ["ubuntu-22", "ubuntu-24"]
|
||||||
include:
|
include:
|
||||||
- flavour: ubuntu-20
|
- flavour: ubuntu-22
|
||||||
ubuntu: 20
|
ubuntu: 22
|
||||||
postgresql: 12
|
postgresql: 12
|
||||||
lua: '5.1'
|
lua: '5.1'
|
||||||
dependencies: pip
|
dependencies: pip
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
sudo make install
|
sudo make install
|
||||||
cd ../..
|
cd ../..
|
||||||
rm -rf osm2pgsql-build
|
rm -rf osm2pgsql-build
|
||||||
if: matrix.ubuntu == '20'
|
if: matrix.ubuntu == '22'
|
||||||
env:
|
env:
|
||||||
LUA_VERSION: ${{ matrix.lua }}
|
LUA_VERSION: ${{ matrix.lua }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user