From c25c5821980cae98de54bf07d397d378dcbbba4f Mon Sep 17 00:00:00 2001 From: Loay Ashraf Date: Fri, 25 Aug 2023 01:28:36 +0300 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index ec09a0a..4afb957 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -10,7 +10,7 @@ on: jobs: framework-macos: - name: Build Framework Scheme + name: Build Framework For macOS runs-on: macos-13 steps: @@ -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