From 62d892e925bfb5a0781851ac1508576eeb11cdf3 Mon Sep 17 00:00:00 2001 From: Loay Ashraf Date: Wed, 10 Jan 2024 00:19:38 +0200 Subject: [PATCH] Update build-watchos.yml --- .github/workflows/build-watchos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-watchos.yml b/.github/workflows/build-watchos.yml index 5a26035..df7b653 100644 --- a/.github/workflows/build-watchos.yml +++ b/.github/workflows/build-watchos.yml @@ -46,7 +46,7 @@ jobs: example-watchos-simulator: name: Build Example For watchOS Simulator runs-on: macos-13 - needs: framework-ios-simulator + needs: framework-watchos-simulator steps: - name: Checkout @@ -66,7 +66,7 @@ jobs: example-watchos: name: Build Example For watchOS Device runs-on: macos-13 - needs: framework-ios + needs: framework-watchos steps: - name: Checkout