diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 5a839e6..18dda35 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -10,7 +10,9 @@ jobs: build-and-test: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - name: Build - run: xcodebuild build -project "Bhagavad Gita.xcodeproj" -scheme "Bhagavad Gita" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO \ No newline at end of file + run: xcodebuild build -project "Bhagavad Gita.xcodeproj" -scheme "Bhagavad Gita"