diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18e3e2b..55334f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,14 +12,14 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - compiler: gcc - - os: ubuntu-latest - compiler: clang - - os: windows-latest - compiler: msvc + # - os: ubuntu-latest + # compiler: gcc + # - os: ubuntu-latest + # compiler: clang + # - os: windows-latest + # compiler: msvc - os: macos-latest - compiler: llvm-17 + compiler: # compiler: gcc # - os: macos-latest # compiler: clang @@ -54,6 +54,11 @@ jobs: vcpkg: true cppcheck: false + - name: Install compiler for Macos + if: startsWith(matrix.os, 'macos') + run: | + brew install llvm + - name: Prepare the PATH run: | if [[ "${{ runner.os }}" == "Windows" ]]; then