Skip to content

Commit

Permalink
perl -pi -e s/ubuntu-latest/ubuntu-24.04/ .github/workflows/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Dec 6, 2024
1 parent ca2778e commit ddad34d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/L10n-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,7 +23,7 @@ jobs:

docker:
if: github.event_name != 'release'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Docker image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ddad34d

Please sign in to comment.