Skip to content

Commit 0db6592

Browse files
committed
Fix CI Ubuntu
1 parent a62d8cb commit 0db6592

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
jobs:
1111
detect-pgversion:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
outputs:
1414
pgversion: ${{ steps.detect-pgversion.outputs.targets }}
1515
steps:
@@ -36,7 +36,7 @@ jobs:
3636
config: ["default", "postgis"]
3737

3838
name: Test on PostgreSQL ${{ matrix.pg }}, ${{ matrix.config }} mode
39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-24.04
4040
steps:
4141
- uses: actions/checkout@v4
4242

0 commit comments

Comments
 (0)