Skip to content

Commit 17e0ac9

Browse files
committed
Fix CodeQL macOS build destination
1 parent ace8667 commit 17e0ac9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ permissions:
1313
contents: read
1414
security-events: write
1515

16+
env:
17+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
18+
1619
concurrency:
1720
group: codeql-${{ github.ref }}
1821
cancel-in-progress: true
@@ -40,7 +43,7 @@ jobs:
4043
-project "Core-Monitor.xcodeproj" \
4144
-scheme "Core-Monitor" \
4245
-configuration Debug \
43-
-destination "platform=macOS,arch=arm64" \
46+
-destination "platform=macOS" \
4447
CODE_SIGNING_ALLOWED=NO \
4548
CODE_SIGNING_REQUIRED=NO \
4649
CODE_SIGN_IDENTITY="" \

0 commit comments

Comments
 (0)