Skip to content

Commit c8280f4

Browse files
committed
back to ubuntu-22.04 (postgres 14.15) in test on latest
1 parent b856e40 commit c8280f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,10 @@ jobs:
325325
os: windows-latest
326326
ext: '.exe'
327327
- target: x86_64-unknown-linux-gnu
328-
os: ubuntu-latest
328+
os: ubuntu-22.04
329+
# 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
330+
# 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
331+
329332
steps:
330333
- name: Install and run Postgis
331334
uses: nyurik/action-setup-postgis@v2

0 commit comments

Comments
 (0)