Skip to content

Commit

Permalink
back to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia authored Mar 5, 2024
1 parent 21be369 commit 0f70ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

legacy-test:
needs: create-archive
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:
- uses: actions/download-artifact@v4
Expand All @@ -146,7 +146,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '7.4'

- uses: ./Nominatim/.github/actions/setup-postgresql
with:
Expand Down

0 comments on commit 0f70ebf

Please sign in to comment.