Change the Operating System from Ubuntu 22.04 to 24.04 to test whether it fixes the github actions.

pull/8466/head
Akshay Joshi 2025-02-17 12:38:28 +05:30
parent 740a50680e
commit 5c257fe1b9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
matrix:
pgver: [13, 14, 15, 16, 17]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4