Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Update notesapplication.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Nov 12, 2023
1 parent aefadca commit 8fb24bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notesapplication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 8fb24bb

Please sign in to comment.