Skip to content

Commit eed1eff

Browse files
committed
chore: bump runners to ubuntu-24.04
1 parent 0343c06 commit eed1eff

21 files changed

+24
-24
lines changed

.github/workflows/deploy-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: write
2222
if: github.repository == 'codeigniter4/CodeIgniter4'
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424

2525
steps:
2626
- name: Setup credentials

.github/workflows/deploy-distributables.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
check-version:
1414
name: Check for updated version
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- name: Checkout
@@ -39,7 +39,7 @@ jobs:
3939
# Allow actions/github-script to create release
4040
contents: write
4141
if: github.repository == 'codeigniter4/CodeIgniter4'
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
needs: check-version
4444

4545
steps:
@@ -89,7 +89,7 @@ jobs:
8989
# Allow actions/github-script to create release
9090
contents: write
9191
if: github.repository == 'codeigniter4/CodeIgniter4'
92-
runs-on: ubuntu-22.04
92+
runs-on: ubuntu-24.04
9393
needs: check-version
9494

9595
steps:
@@ -139,7 +139,7 @@ jobs:
139139
# Allow actions/github-script to create release
140140
contents: write
141141
if: github.repository == 'codeigniter4/CodeIgniter4'
142-
runs-on: ubuntu-22.04
142+
runs-on: ubuntu-24.04
143143
needs: check-version
144144

145145
steps:

.github/workflows/deploy-userguide-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Allow ad-m/github-push-action to push commit to branch gh-pages
2323
contents: write
2424
if: (github.repository == 'codeigniter4/CodeIgniter4')
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v6

.github/workflows/label-add-conflict-all-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
pull-requests: write
1616

17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v6

.github/workflows/label-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
build:
1818
name: Check Signed Commit
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v6

.github/workflows/reusable-coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
coveralls:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout base branch for PR

.github/workflows/reusable-serviceless-phpunit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
jobs:
5454
tests:
5555
name: ${{ inputs.job-name }}
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757

5858
steps:
5959
- name: Install latest ImageMagick

.github/workflows/test-autoreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
composer-normalize-tests:
3535
name: Check normalized composer.json
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-24.04
3737
steps:
3838
- name: Checkout base branch for PR
3939
if: github.event_name == 'pull_request'

.github/workflows/test-coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
lint:
2424
name: PHP ${{ matrix.php-version }} Lint with PHP CS Fixer
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626

2727
strategy:
2828
fail-fast: false

.github/workflows/test-deptrac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434
jobs:
3535
build:
3636
name: Architectural Inspection
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-24.04
3838
steps:
3939
- name: Checkout base branch for PR
4040
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)