Skip to content

Commit

Permalink
Merge pull request #916 from cakephp/2.x-ci
Browse files Browse the repository at this point in the history
update CI config
  • Loading branch information
LordSimal committed Apr 25, 2023
2 parents 2197755 + 720eab0 commit 2d3b2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
testsuite:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
cs-stan:
name: Coding Standard & Static Analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2d3b2fd

Please sign in to comment.