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,