Skip to content

Commit

Permalink
Update xcodebuild-ios17.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhamsing authored Jan 31, 2024
1 parent 1c095e3 commit cfd04e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild-ios17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- uses: actions/checkout@v2

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app
run: sudo xcode-select -switch /Applications/Xcode_15.2.app

- name: Xcode version
run: /usr/bin/xcodebuild -version

- name: Xcode iOS build
run: |
cd Xcode/
xcodebuild clean build -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.0'
xcodebuild clean build -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'

0 comments on commit cfd04e4

Please sign in to comment.