From c8845b904370745a0f22ef26f6351d48c9539966 Mon Sep 17 00:00:00 2001 From: Luis E <35935591+luisecm@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:36:43 -0600 Subject: [PATCH] chore(appium): update ui automated tests to run on macos 14 (#1786) --- .github/workflows/ui-test-automation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ui-test-automation.yml b/.github/workflows/ui-test-automation.yml index cdf7f8092aa..e4dcea770e1 100644 --- a/.github/workflows/ui-test-automation.yml +++ b/.github/workflows/ui-test-automation.yml @@ -51,7 +51,7 @@ jobs: build-mac: needs: create-node - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout Uplink Repo 🔖 uses: actions/checkout@v4 @@ -183,7 +183,7 @@ jobs: test-mac: needs: build-mac - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout testing directory 🔖 @@ -315,7 +315,7 @@ jobs: test-mac-chats: needs: build-mac - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout testing directory 🔖