Skip to content

Commit 2357356

Browse files
[5.x] Use ubuntu-latest in GitHub Actions workflows (#11443)
1 parent 54830ed commit 2357356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

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

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: vendor/bin/phpunit
104104

105105
js-tests:
106-
runs-on: ubuntu-20.04
106+
runs-on: ubuntu-latest
107107
if: "!contains(github.event.head_commit.message, '[ci skip]')"
108108

109109
name: JavaScript tests

0 commit comments

Comments
 (0)