We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace8667 commit 17e0ac9Copy full SHA for 17e0ac9
1 file changed
.github/workflows/codeql.yml
@@ -13,6 +13,9 @@ permissions:
13
contents: read
14
security-events: write
15
16
+env:
17
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
18
+
19
concurrency:
20
group: codeql-${{ github.ref }}
21
cancel-in-progress: true
@@ -40,7 +43,7 @@ jobs:
40
43
-project "Core-Monitor.xcodeproj" \
41
44
-scheme "Core-Monitor" \
42
45
-configuration Debug \
- -destination "platform=macOS,arch=arm64" \
46
+ -destination "platform=macOS" \
47
CODE_SIGNING_ALLOWED=NO \
48
CODE_SIGNING_REQUIRED=NO \
49
CODE_SIGN_IDENTITY="" \
0 commit comments