diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9accb5f2..4f091dcf 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -55,6 +55,9 @@ jobs: name: Build iOS App runs-on: macOS-latest steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.0' - name: Checkout code uses: actions/checkout@v2 - name: Decrypt iOS keys