Skip to content

Commit

Permalink
update ios tests workflow to Xcode 16.1 and iOS 18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RDMurray committed Nov 9, 2024
1 parent 829ed66 commit 6ae5ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- uses: actions/checkout@v4
- name: setup
run: |
sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
gem install xcpretty
- name: Build
run: >
xcodebuild build-for-testing -workspace apps/ios/GuideDogs.xcworkspace
-scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 15,OS=18.0'
-scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 15,OS=18.1'
CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
| tee xcodebuild.log | xcpretty && exit ${PIPESTATUS[0]}
- name: uploadlog
Expand Down

0 comments on commit 6ae5ea5

Please sign in to comment.