From c9390319f02bee2ba896d22c286d473feb2092c0 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 6 Jun 2025 15:06:49 +0800 Subject: [PATCH] Try macos-latest --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1e291146..6d1bb790 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -11,7 +11,7 @@ on: jobs: test: timeout-minutes: 60 - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4