actions: move tests to Ubuntu-20

This commit is contained in:
Sarah Hoffmann
2025-02-17 17:54:49 +01:00
parent f6bc8e153f
commit 0b49d01703

View File

@@ -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 }}