From 44a1efffa096086b3b0a394ac9591c0d2f2944fd Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sat, 4 Nov 2023 13:51:13 +0100 Subject: [PATCH] git: Make MacOS builds use MacOS 12 instead of 11 (#1399) Context: MacOS 11 (Big Sur) is EOL + llvm@17 has been released, and it has no binaries for Big Sur, making the CI hang --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15535772a..e37365360 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: # MacOS build macos: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: @@ -134,7 +134,7 @@ jobs: - suffix: "" custom_glfw: false - name: 🍎 macOS 11.0${{matrix.suffix}} + name: 🍎 macOS 12.0${{matrix.suffix}} steps: - name: 🧰 Checkout