From 03c589acb2962d537702bd020b4ddc3a2e61cf1c Mon Sep 17 00:00:00 2001 From: Jacob Howard Date: Tue, 30 Apr 2024 12:05:14 -0600 Subject: [PATCH] ci: drop macOS builder back to macOS 12 We probably don't need this for the Mutagen Compose CI, but it'd be best to keep this sync'd with Mutagen, specifically mutagen-io/mutagen@29d5d4a. Signed-off-by: Jacob Howard --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad5a386..547d40e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: scripts/ci/verify_commits.sh macos: name: macOS - runs-on: macos-latest + runs-on: macos-12 timeout-minutes: 60 steps: - uses: actions/checkout@v2