From db0d129d43bda308328f91b15a5409161fbd50b7 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Mon, 17 Jun 2024 12:25:06 -0500 Subject: [PATCH] Update CI to macOS 12 macOS 11 is being removed from github actions. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aae9b990..463b4b42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: - run: cmake --install build --prefix build/install mac: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: config: [ Debug, Release ] -- 2.34.1