Skip to content

Commit

Permalink
back to ubuntu-22.04 (postgres 14.15) in test on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Jan 12, 2025
1 parent b856e40 commit c8280f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,10 @@ jobs:
os: windows-latest
ext: '.exe'
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-22.04
# that would be postgres 14.15 and potgis ?.?.? (with nyurik/action-setup-postgis@v2) See https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#postgresql
# os: ubuntu-latest eg ubuntu-24.04 # that would be postgres 16.6 and postgis 3.5.1 (with nyurik/action-setup-postgis@v2) See https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#postgresql

steps:
- name: Install and run Postgis
uses: nyurik/action-setup-postgis@v2
Expand Down

0 comments on commit c8280f4

Please sign in to comment.