From 69e94dd6be48cb2bb4ec814b0b2098cb0c11a03f Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Thu, 18 Jul 2024 13:53:01 +0300 Subject: [PATCH] * fix CI (#220) --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index f34e02b..00f178f 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -156,7 +156,7 @@ jobs: create-macos-universal-binary: name: Create a Universal macOS binary needs: [build] - runs-on: macos-11 + runs-on: macos-12 steps: - name: Download artifacts uses: actions/download-artifact@v4