Skip to content

Commit 656d153

Browse files
committed
chore: bump runner to ubuntu-24.04
1 parent 2b45921 commit 656d153

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
code:
2323
name: Automatic Review on Code [PHP ${{ matrix.php-version }}]
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
if: github.repository == 'codeigniter4/translations'
2626

2727
strategy:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
main:
2626
name: Build [PHP ${{ matrix.php-version }}]
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
if: github.repository == 'codeigniter4/translations'
2929

3030
strategy:

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
jobs:
2929
main:
3030
name: Code Style Check [PHP ${{ matrix.php-version }}]
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
if: github.repository == 'codeigniter4/translations'
3333

3434
strategy:

.github/workflows/generate-page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
# Build job
2727
build:
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-24.04
2929
if: github.repository == 'codeigniter4/translations'
3030

3131
steps:
@@ -72,7 +72,7 @@ jobs:
7272
environment:
7373
name: github-pages
7474
url: ${{ steps.deployment.outputs.page_url }}
75-
runs-on: ubuntu-latest
75+
runs-on: ubuntu-24.04
7676
needs: build
7777
steps:
7878
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)