Skip to content

Commit

Permalink
[5.x] Use ubuntu-latest in GitHub Actions workflows (#11443)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Feb 17, 2025
1 parent 54830ed commit 2357356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: vendor/bin/phpunit

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

name: JavaScript tests
Expand Down

0 comments on commit 2357356

Please sign in to comment.