diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index 16839e14..8bfed7a9 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -29,27 +29,8 @@ jobs: compiler: clang12 - os: ubuntu-20.04 compiler: gcc10 - # matrix: - # os: [ubuntu-latest] - # build_type: [Release] - # c_compiler: [gcc, clang, cl] - # include: - # # - os: windows-latest - # # c_compiler: cl - # # cpp_compiler: cl - # - os: ubuntu-latest - # c_compiler: gcc - # cpp_compiler: g++ - # - os: ubuntu-latest - # c_compiler: clang - # cpp_compiler: clang++ - exclude: - # - os: windows-latest - # c_compiler: gcc - # - os: windows-latest - # c_compiler: clang - - os: ubuntu-latest - c_compiler: cl + runs-on: ${{ matrix.os }} + name: ${{ matrix.os }}-${{ matrix.compiler }} steps: - name: Checkout AzerothCore