1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Turn down macOS testing.

This commit is contained in:
David Anderson 2023-10-07 19:50:00 -07:00
parent 2fe0c36845
commit e7a78dbe56

View File

@ -26,10 +26,6 @@ jobs:
compiler_cc: clang-6.0
compiler_cxx: clang++-6.0
compiler_install: clang-6.0
- os: macos-latest
os_short: mac
compiler_cc: clang
compiler_cxx: clang++
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}