Skip to content

Commit

Permalink
ci: removing sdk flag as it causes issues, changing platform string t…
Browse files Browse the repository at this point in the history
…o try fix macos issue
  • Loading branch information
simonmcl committed Dec 6, 2023
1 parent 45afb72 commit 600d03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
languages: "swift"

- name: Test
run: xcodebuild test -scheme KukaiCoreSwift -sdk iphonesimulator -destination "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro" -enableCodeCoverage YES -resultBundlePath "$PWD/xcode-$NOW.xcresult"
run: xcodebuild test -scheme KukaiCoreSwift -destination "platform=iphonesimulator,OS=16.4,name=iPhone 14 Pro" -enableCodeCoverage YES -resultBundlePath "$PWD/xcode-$NOW.xcresult"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand Down

0 comments on commit 600d03c

Please sign in to comment.