We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b0d70 commit 4d56d79Copy full SHA for 4d56d79
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
variant: default
28
29
name: Build docker image for ${{ matrix.postgres }}-${{ matrix.postgis }} variant ${{ matrix.variant }}
30
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
31
continue-on-error: ${{ matrix.postgis == 'master' }}
32
env:
33
VERSION: ${{ matrix.postgres }}-${{ matrix.postgis }}
0 commit comments