diff --git a/.github/workflows/check-formats.yml b/.github/workflows/check-formats.yml index ec47d6c741..e94ca09ae2 100644 --- a/.github/workflows/check-formats.yml +++ b/.github/workflows/check-formats.yml @@ -13,9 +13,9 @@ on: jobs: perltidy: name: Check Perl file formatting with perltidy - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: - image: perl:5.34 + image: perl:5.38 steps: - name: Checkout code uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: prettier: name: Check JavaScript, style, and HTML file formatting with prettier - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 620d179bdb..160319bffa 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -7,7 +7,7 @@ on: jobs: unit-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout PG code uses: actions/checkout@v4