diff --git a/.github/workflows/Deploying.yml b/.github/workflows/Deploying.yml index 2e4c993..ac322e6 100644 --- a/.github/workflows/Deploying.yml +++ b/.github/workflows/Deploying.yml @@ -11,6 +11,9 @@ jobs: name: Deploying to Testflight for Staging runs-on: macOS-latest steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Checkout repository uses: actions/checkout@v2 with: