Skip to content

Commit

Permalink
chore(appium): update ui automated tests to run on macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Jan 30, 2024
1 parent c53bb32 commit 0cec73d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

test-mac:
needs: build-mac
runs-on: macos-13
runs-on: macos-14

steps:
- name: Checkout testing directory 🔖
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:

test-mac-chats:
needs: build-mac
runs-on: macos-13
runs-on: macos-14

steps:
- name: Checkout testing directory 🔖
Expand Down

0 comments on commit 0cec73d

Please sign in to comment.