From 7528a7f98263c2a0bb97a7c64ce768ae367b7a35 Mon Sep 17 00:00:00 2001 From: Akash Gautam Date: Wed, 28 Feb 2024 12:24:02 +0530 Subject: [PATCH] fix: os support --- .github/workflows/test-playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-playwright.yml b/.github/workflows/test-playwright.yml index 0c0f8f0796..a81138820c 100644 --- a/.github/workflows/test-playwright.yml +++ b/.github/workflows/test-playwright.yml @@ -10,7 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref || github.run_id }} jobs: visual-tests: name: Test for accordion --single - runs-on: darwin-latest + runs-on: macos-13 steps: - name: Checkout Repo uses: actions/checkout@v3