We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b22e0 commit af69ba8Copy full SHA for af69ba8
2 files changed
.github/workflows/main-build.yml
@@ -13,12 +13,12 @@ jobs:
13
strategy:
14
matrix:
15
include:
16
- - os: ubuntu-latest
17
- arch: [arm64, amd64]
+# - os: ubuntu-latest
+# arch: [arm64, amd64] , amd64
18
- os: macos-latest
19
20
- - os: windows-latest
21
+ arch: [arm64]
+# - os: windows-latest
+# arch: [arm64, amd64]
22
23
steps:
24
- name: Checkout Code
release/entitlements.mac.plist
@@ -12,6 +12,8 @@
12
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
+ <key>com.apple.security.cs.disable-library-validation</key>
+ <true/>
<key>com.apple.security.device.input-monitor</key>
<key>com.apple.security.automation.apple-events</key>
0 commit comments