From 280d3a188d5a351d8208932e40abcaad0f1da6d4 Mon Sep 17 00:00:00 2001 From: scarf Date: Mon, 5 Aug 2024 12:05:46 +0900 Subject: [PATCH] ci: disable mac matrix test (#5154) prevent false test negative until we find a way to fix the mac builds --- .github/workflows/matrix.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 26e728c78017..6d3dbb8335e3 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -107,18 +107,18 @@ jobs: # ccache_limit: 2G # ccache_key: linux-llvm-14-asan - - title: Clang 14, macOS 12, Tiles, Sound, Localize, Lua - compiler: clang++ - os: macos-12 - cmake: 0 - tiles: 1 - sound: 1 - lua: 1 - test-stage: 1 - native: osx - grep_clang_version_rxp: "14\\.[0-9]+\\.[0-9]+" - ccache_limit: 1G # avg. 980MB~1100MB - ccache_key: macos-llvm-14 + # - title: Clang 14, macOS 12, Tiles, Sound, Localize, Lua + # compiler: clang++ + # os: macos-12 + # cmake: 0 + # tiles: 1 + # sound: 1 + # lua: 1 + # test-stage: 1 + # native: osx + # grep_clang_version_rxp: "14\\.[0-9]+\\.[0-9]+" + # ccache_limit: 1G # avg. 980MB~1100MB + # ccache_key: macos-llvm-14 name: ${{ matrix.title }} runs-on: ${{ matrix.os }}