Skip to content

Commit 8101cc6

Browse files
author
yurichechulin
committed
Update ubuntu to 24.04 in ci runners
1 parent 0bdc9fb commit 8101cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs: # Docs: <https://git.io/JvxXE>
1414
php:
1515
name: PHP ${{ matrix.php }}, ${{ matrix.setup }} setup
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
timeout-minutes: 10
1818
strategy:
1919
fail-fast: false
@@ -73,7 +73,7 @@ jobs: # Docs: <https://git.io/JvxXE>
7373

7474
lint-changelog:
7575
name: Lint changelog file
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-24.04
7777
steps:
7878
- name: Check out code
7979
uses: actions/checkout@v4

0 commit comments

Comments
 (0)