Skip to content

Commit

Permalink
Only build one MacOS target (Debug + clang)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed May 31, 2024
1 parent bd54ada commit 4947329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
# Strategy is a matrix of debug and release builds/regression
matrix:
os: [macos-12]
BUILD_TYPE: [Debug,Release]
COMPILER: [gcc,clang]
BUILD_TYPE: [Debug]
COMPILER: [clang]

name: MacOS-${{ matrix.BUILD_TYPE }}-${{matrix.COMPILER}}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4947329

Please sign in to comment.