Skip to content

Commit 4d56d79

Browse files
committed
Update GHA main workflow to ubuntu-24.04
1 parent a6b0d70 commit 4d56d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
variant: default
2828

2929
name: Build docker image for ${{ matrix.postgres }}-${{ matrix.postgis }} variant ${{ matrix.variant }}
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
continue-on-error: ${{ matrix.postgis == 'master' }}
3232
env:
3333
VERSION: ${{ matrix.postgres }}-${{ matrix.postgis }}

0 commit comments

Comments
 (0)