From 0cec73d6dec6dfda985e356dc316e94f6e1fc4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Carden=CC=83a?= <35935591+luisecm@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:51:10 -0600 Subject: [PATCH] chore(appium): update ui automated tests to run on macos 14 --- .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 🔖