From b517dbeabda42be788955bb02cc71083a7c25d41 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Thu, 1 Feb 2024 16:31:28 -0500 Subject: [PATCH] WIP: M1 runner --- .github/workflows/release-binaries.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index ab2e584c4..aade3eed4 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -31,6 +31,14 @@ jobs: build_type: "Release", generators: "Ninja" } + - { + name: "Macos-14-clang", + os: macos-14, + cc: "clang", + cxx: "clang++", + build_type: "Release", + generators: "Ninja" + } - { name: "Macos-12-clang", os: macos-12,