From 93ba23b1bcf0ffb31b1424c959e0869d83976346 Mon Sep 17 00:00:00 2001 From: Niall Byrne <9848926+niall-byrne@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:47:24 -0400 Subject: [PATCH] test(COLIMA): trouble shoot --- .github/workflows/workflow-colima-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-colima-push.yml b/.github/workflows/workflow-colima-push.yml index 9c50333..c58090f 100644 --- a/.github/workflows/workflow-colima-push.yml +++ b/.github/workflows/workflow-colima-push.yml @@ -60,7 +60,7 @@ jobs: DEBUG: true MOLECULE_COMMAND: "test" MOLECULE_SCENARIO: ${{ matrix.scenario }} - PLATFORM: ${{ matrix.platform }} + PLATFORM: "macos-12" PYTHON_VERSIONS: ${{ toJSON(fromJSON(needs.configuration.outputs.JSON_FILE_DATA).ci_python_versions) }} TARGET_PATH: "roles/colima" VERBOSE_NOTIFICATIONS: ${{ fromJSON(needs.configuration.outputs.JSON_FILE_DATA).ci_verbose_notifications }}