From 281c516187370ae227aca411db31dcf16353da76 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 1 Apr 2024 10:08:55 +0200 Subject: [PATCH] Stop building on macos12 It's older and brew is giving me trouble installing things so we can live without it, if someone cares enough, they can come and fix it --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ea4e12226..e40183f41 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14] steps: - uses: actions/checkout@v4