We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62d8cb commit 0db6592Copy full SHA for 0db6592
1 file changed
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ on:
9
- main
10
jobs:
11
detect-pgversion:
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
outputs:
14
pgversion: ${{ steps.detect-pgversion.outputs.targets }}
15
steps:
@@ -36,7 +36,7 @@ jobs:
36
config: ["default", "postgis"]
37
38
name: Test on PostgreSQL ${{ matrix.pg }}, ${{ matrix.config }} mode
39
40
41
- uses: actions/checkout@v4
42
0 commit comments