From b95ea94fa5dc2d307b9e3e34e7ae10a3e5db62c3 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 4 Mar 2024 19:44:49 +0800 Subject: [PATCH] Update core-build.yml --- .github/workflows/core-build.yml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) 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