From f262bd66e2a3fabf21fe523e312b85276d3cdf03 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Mon, 7 Jul 2025 15:57:39 +0200 Subject: [PATCH] MDL-85947 ci: Bump GHA to Ubuntu 24.04 Signed-off-by: Daniel Ziegenberg --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f01e0666752..e52c823c299 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ env: jobs: Grunt: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checking out code @@ -61,12 +61,12 @@ jobs: matrix: include: # MySQL builds always run with the lowest PHP supported version. - - os: ubuntu-22.04 + - os: ubuntu-24.04 php: 8.2 extensions: db: mysqli # PostgreSQL builds always run with the highest PHP supported version. - - os: ubuntu-22.04 + - os: ubuntu-24.04 php: 8.4 db: pgsql