Skip to content

Commit

Permalink
Update build-watchos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Jan 9, 2024
1 parent 291db40 commit 62d892e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-watchos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 62d892e

Please sign in to comment.