From 5c257fe1b9b384b651111bbe4159fecfce03330f Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 17 Feb 2025 12:38:28 +0530 Subject: [PATCH] Change the Operating System from Ubuntu 22.04 to 24.04 to test whether it fixes the github actions. --- .github/workflows/run-feature-tests-pg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-feature-tests-pg.yml b/.github/workflows/run-feature-tests-pg.yml index 191453f2e..9db761581 100644 --- a/.github/workflows/run-feature-tests-pg.yml +++ b/.github/workflows/run-feature-tests-pg.yml @@ -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