diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ee70fd..6d143b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: PHPUnit-macOS: name: PHPUnit (macOS) - runs-on: macos-10.15 + runs-on: macos-12 continue-on-error: true steps: - uses: actions/checkout@v2