Skip to content

Commit ddb36b5

Browse files
Update CodeQL workflow to use generic macOS destination for xcodebuild
1 parent ee2a690 commit ddb36b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
xcodebuild \
9090
-scheme ShitLib build \
91-
-destination "platform=macOS,arch=arm64" \
91+
-destination "generic/platform=macOS" \
9292
-skipPackagePluginValidation
9393
9494
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)