Skip to content

Commit

Permalink
ci: disable mac matrix test (#5154)
Browse files Browse the repository at this point in the history
prevent false test negative until we find a way to fix the mac builds
  • Loading branch information
scarf005 authored Aug 5, 2024
1 parent 59dfacd commit 280d3a1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 280d3a1

Please sign in to comment.