ci: use self hosted containers

This commit is contained in:
engineering-bruno
2026-05-20 19:54:47 +05:30
committed by GitHub
parent 4b214693c4
commit 07dd586157

View File

@@ -50,7 +50,9 @@ jobs:
e2e-test:
name: Playwright E2E Tests (macOS)
timeout-minutes: 150
runs-on: macos-latest
runs-on:
- self-hosted
- macOS
steps:
- uses: actions/checkout@v6