diff --git a/.github/workflows/notesapplication.yml b/.github/workflows/notesapplication.yml index e29a344..5b95a66 100644 --- a/.github/workflows/notesapplication.yml +++ b/.github/workflows/notesapplication.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.6.0 with: - xcode-version: 15.0 + xcode-version: 14.3.1 - name: Install Mint run: brew install mint - name: Generate Xcode project @@ -27,4 +27,4 @@ jobs: - name: CocoaPods run: bundle exec pod install - name: Build and test - run: xcodebuild test -workspace NotesApplication.xcworkspace -scheme NotesApplicationApp -destination "platform=iOS Simulator,OS=17.0.1,name=iPhone 14" + run: xcodebuild test -workspace NotesApplication.xcworkspace -scheme NotesApplicationApp -destination "platform=iOS Simulator,OS=16.0,name=iPhone 14"