We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4077d40 commit 3513d26Copy full SHA for 3513d26
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
pgrouting: [develop, main, 3.6, 3.7]
25
26
name: Build Docker image for ${{ matrix.postgres }}-${{ matrix.postgis }}-${{ matrix.pgrouting }}
27
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
28
continue-on-error: ${{ (matrix.pgrouting == 'develop') || (matrix.pgrouting == 'main') }}
29
env:
30
VERSION: ${{ matrix.postgres }}-${{ matrix.postgis }}-${{ matrix.pgrouting }}
0 commit comments