Skip to content

Commit 9a47137

Browse files
fix(ci): remove macOS TPM emulator setup from hardware-integration-ci.yml
1 parent ab21de9 commit 9a47137

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/hardware-integration-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,7 @@ jobs:
112112
# Set up software TPM
113113
echo "EMULATE_TPM_WINDOWS=true" >> $env:GITHUB_ENV
114114
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
115+
121116

122117
- name: Setup HSM Emulation
123118
if: matrix.hardware-config.hsm

0 commit comments

Comments
 (0)