diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfba738..e8f95cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -16,7 +16,7 @@ jobs: - uses: actions/cache@v4 id: playwright-cache with: - path: /home/runner/.cache/ms-playwright + path: /Users/runner/Library/Caches/ms-playwright key: ${{ runner.os }}-playwright-1.43.0 - name: Install dependencies