From: Sarah Hoffmann Date: Mon, 17 Feb 2025 16:54:49 +0000 (+0100) Subject: actions: move tests to Ubuntu-20 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/0b49d017032e8d4da4876c60363940dc78d0fbfe?ds=sidebyside actions: move tests to Ubuntu-20 --- diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f453aefb..f1d9f028 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -37,10 +37,10 @@ jobs: needs: create-archive strategy: matrix: - flavour: ["ubuntu-20", "ubuntu-24"] + flavour: ["ubuntu-22", "ubuntu-24"] include: - - flavour: ubuntu-20 - ubuntu: 20 + - flavour: ubuntu-22 + ubuntu: 22 postgresql: 12 lua: '5.1' dependencies: pip @@ -81,7 +81,7 @@ jobs: sudo make install cd ../.. rm -rf osm2pgsql-build - if: matrix.ubuntu == '20' + if: matrix.ubuntu == '22' env: LUA_VERSION: ${{ matrix.lua }}