Skip to content

Commit c15c503

Browse files
committed
chore: run on macos
1 parent 12d9b57 commit c15c503

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
test-e2e-web:
9191
needs: [changes]
9292
if: needs.changes.outputs.web == 'true'
93-
runs-on: ubuntu-latest
93+
runs-on: macos-26
9494
steps:
9595
- name: Checkout
9696
uses: actions/checkout@v4
@@ -101,13 +101,13 @@ jobs:
101101
- name: Cache Playwright browsers
102102
uses: actions/cache@v4
103103
with:
104-
path: ~/.cache/ms-playwright
104+
path: ~/Library/Caches/ms-playwright
105105
key: ${{ runner.os }}-playwright-${{ hashFiles('yarn.lock') }}
106106
restore-keys: |
107107
${{ runner.os }}-playwright-
108108
109109
- name: Install Playwright browsers
110-
run: yarn playwright install --with-deps chromium
110+
run: yarn playwright install chromium
111111

112112
- name: Run web e2e tests
113113
run: yarn test:e2e:web

0 commit comments

Comments
 (0)