Skip to content

Commit 3513d26

Browse files
committed
Update CI runner OS to ubuntu-24.04
1 parent 4077d40 commit 3513d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pgrouting: [develop, main, 3.6, 3.7]
2525

2626
name: Build Docker image for ${{ matrix.postgres }}-${{ matrix.postgis }}-${{ matrix.pgrouting }}
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
continue-on-error: ${{ (matrix.pgrouting == 'develop') || (matrix.pgrouting == 'main') }}
2929
env:
3030
VERSION: ${{ matrix.postgres }}-${{ matrix.postgis }}-${{ matrix.pgrouting }}

0 commit comments

Comments
 (0)