perl -pi -e s/ubuntu-latest/ubuntu-24.04/ .github/workflows/*

This commit is contained in:
Alexander A. Klimov 2024-12-06 11:16:56 +01:00
parent ca2778eb46
commit ddad34d732
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
trigger-update:
name: L10n Update Trigger
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Repository dispatch

View File

@ -13,7 +13,7 @@ jobs:
docker-release:
if: github.event_name == 'release'
concurrency: docker-release
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Docker image
@ -23,7 +23,7 @@ jobs:
docker:
if: github.event_name != 'release'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Docker image

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
os: ['ubuntu-latest']
os: ['ubuntu-24.04']
steps:
- name: Checkout code base
@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
os: ['ubuntu-latest']
os: ['ubuntu-24.04']
include:
- php: '7.2'
phpunit-version: 8.5