Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenBakker-wbd authored Aug 28, 2023
1 parent b094b62 commit d8056f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Sonar
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.2.0.app/Contents/Developer
'on':
pull_request_target:
branches:
Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '14.2.0'
- name: Install Dependencies
run: >
wget
Expand All @@ -26,8 +26,8 @@ jobs:
run: >
set -o pipefail && xcodebuild -project
FlickrFinder.xcodeproj -scheme FlickrFinder
-sdk 'iphonesimulator16.4'
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4'
-sdk 'iphonesimulator16.2'
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2'
-derivedDataPath Build/ -enableCodeCoverage YES clean build test
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED="NO" ONLY_ACTIVE_ARCH=NO |
xcpretty
Expand Down

0 comments on commit d8056f6

Please sign in to comment.