Skip to content

Commit

Permalink
Merge pull request #15997 from cakephp/othercorey-patch-2
Browse files Browse the repository at this point in the history
Use ubuntu 20.04 for github actions
  • Loading branch information
markstory committed Oct 4, 2021
2 parents 7d60245 + aa5e41d commit 5b4b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
testsuite:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5b4b77b

Please sign in to comment.