We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab21de9 commit 9a47137Copy full SHA for 9a47137
.github/workflows/hardware-integration-ci.yml
@@ -112,12 +112,7 @@ jobs:
112
# Set up software TPM
113
echo "EMULATE_TPM_WINDOWS=true" >> $env:GITHUB_ENV
114
115
- - name: Setup Secure Enclave Emulation (macOS)
116
- if: matrix.os == 'macos-latest' && matrix.hardware-config.enclave
117
- run: |
118
- # Enable Secure Enclave emulation on macOS
119
- echo "SECURE_ENCLAVE_AVAILABLE=true" >> $GITHUB_ENV
120
- # Note: Real Secure Enclave testing requires physical hardware
+
121
122
- name: Setup HSM Emulation
123
if: matrix.hardware-config.hsm
0 commit comments