From 975233e1eaa7dc5ea2bc9dba23a607a823a9c5a3 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 29 Jul 2025 19:52:54 +1000 Subject: [PATCH] Enable EPHEMERAL_VM to set a new password. This fixes the Github VMs that have a locked password string for the runner user. --- .github/workflows/c-cpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 3b9d676b7..c1d5b4907 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 != '' -- 2.47.2