Skip to content

Commit cb6adb6

Browse files
committed
macos
1 parent 12c46bb commit cb6adb6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: 'Clean tree'
3939
run: 'npm run test-clean-tree'
4040
integration:
41-
runs-on: ubuntu-latest
41+
runs-on: macos-14
4242
timeout-minutes: 10
4343
steps:
4444
- uses: actions/checkout@v4
@@ -64,8 +64,6 @@ jobs:
6464
key: docs-output-${{ github.run_id }}
6565
- name: Install Playwright Browsers
6666
run: npx playwright install --with-deps
67-
- name: Install dependencies for CI integration tests
68-
run: sudo apt-get install xvfb
6967
- run: npm run test-int-x
7068
- uses: actions/upload-artifact@v4
7169
if: always()

0 commit comments

Comments
 (0)