Skip to content

Commit

Permalink
Update build-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Aug 24, 2023
1 parent 3c228a7 commit c25c582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
framework-macos:
name: Build Framework Scheme
name: Build Framework For macOS
runs-on: macos-13

steps:
Expand All @@ -29,7 +29,7 @@ jobs:
xcodebuild clean build -workspace "${workspace}" -scheme "${scheme}" -destination "${destination}" | xcpretty && exit ${PIPESTATUS[0]}
example-macos:
name: Build Example Scheme
name: Build Example For macOS
runs-on: macos-13
needs: framework-macos

Expand Down

0 comments on commit c25c582

Please sign in to comment.