From b6a589c9eb9a34099f31a640b2e309e181eee4cd Mon Sep 17 00:00:00 2001 From: Scott Fryer <60462088+steelhead31@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:37:20 +0100 Subject: [PATCH] GHA: Restore Ansible Install For MACOS --- .github/workflows/build_mac.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_mac.yml b/.github/workflows/build_mac.yml index 1a0de1c22f..87b2714a4c 100644 --- a/.github/workflows/build_mac.yml +++ b/.github/workflows/build_mac.yml @@ -24,11 +24,8 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - name: Install Python - run: brew install python@3.12 --overwrite - - - name: Install Ansible - run: brew install ansible + - name: Install Pre-Requisites + run: brew install ansible --overwrite # This is to fix an issue with the github macos14 runner, that cant resolve keyserver.ubuntu.com # but this does work when replaced with the IP address. Spotted during the GPG verification of ANT step