Skip to content

Commit 5c257fe

Browse files
committed
Change the Operating System from Ubuntu 22.04 to 24.04 to test whether it fixes the github actions.
1 parent 740a506 commit 5c257fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-feature-tests-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
pgver: [13, 14, 15, 16, 17]
2424

25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)