Enable EPHEMERAL_VM to set a new password.

This fixes the Github VMs that have a locked password string for the
runner user.
This commit is contained in:
Darren Tucker
2025-07-29 19:52:54 +10:00
parent 06d6c932a1
commit 975233e1ea
+2
View File
@@ -119,6 +119,8 @@ jobs:
- { target: macos-14, config: pam }
- { target: macos-15, config: pam }
runs-on: ${{ matrix.target }}
env:
EPHEMERAL_VM: yes
steps:
- name: check RUN_ONLY_TARGET_CONFIG
if: vars.RUN_ONLY_TARGET_CONFIG != ''