From 6e0d3d681c36ad84bfa93ff850960c9acdecce04 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Tue, 29 Aug 2023 19:12:27 -0600 Subject: [PATCH] ci: macOS build with big sur to increase compatibility (#2944) --- .github/workflows/macos-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-build.yaml b/.github/workflows/macos-build.yaml index 63edc0f774..028649a1b7 100644 --- a/.github/workflows/macos-build.yaml +++ b/.github/workflows/macos-build.yaml @@ -17,7 +17,7 @@ on: jobs: build: name: Intel - runs-on: macos-12 + runs-on: macos-11 timeout-minutes: 120 env: # overrides: https://github.com/mbitsnbites/buildcache/blob/master/doc/configuration.md @@ -37,7 +37,7 @@ jobs: - name: Setup Buildcache uses: mikehardy/buildcache-action@v2.1.0 with: - cache_key: macos-12-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }} + cache_key: macos-11-${{ inputs.cachePrefix }}-${{ inputs.cmakePreset }} buildcache_tag: v0.28.1 - name: CMake Generation