From 7e27355420061b5fa224c0b69f01140deedcdd4d Mon Sep 17 00:00:00 2001 From: Tomoyuki Sakurai Date: Sun, 13 Oct 2024 16:49:29 +0700 Subject: [PATCH] fixup --- .github/workflows/poudriere.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/poudriere.yml b/.github/workflows/poudriere.yml index 85a0a51..08f46b8 100644 --- a/.github/workflows/poudriere.yml +++ b/.github/workflows/poudriere.yml @@ -29,7 +29,7 @@ jobs: echo "PORTS_TO_BUILD_JSON=${PORTS_TO_BUILD_JSON}" >> "${GITHUB_OUTPUT}" cat "${GITHUB_OUTPUT}" build: - runs-on: macos-14 + runs-on: macos-12 needs: - list-ports strategy: