You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/ci.yml
+4-1
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,10 @@ jobs:
325
325
os: windows-latest
326
326
ext: '.exe'
327
327
- 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
0 commit comments