From 27c30288bf92907e8c4816e2abe1391b6352e3af Mon Sep 17 00:00:00 2001 From: Dennis Li Date: Tue, 6 Aug 2024 15:51:02 -0700 Subject: [PATCH] Updating the runner to ubuntu. --- .github/workflows/run-e2e-daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e-daily.yaml b/.github/workflows/run-e2e-daily.yaml index fe4b98b..10251fa 100644 --- a/.github/workflows/run-e2e-daily.yaml +++ b/.github/workflows/run-e2e-daily.yaml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest] + os: [ubuntu-latest] name: Running tests on Browserstack runs-on: ${{ matrix.os }} env: