File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121jobs :
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 :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
2424jobs :
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 :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828jobs :
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 :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525jobs :
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 :
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
You can’t perform that action at this time.
0 commit comments