mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(CI): update clang-7 to clang-9, add clang-10 build (#3107)
This commit is contained in:
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler: [clang6, clang7]
|
||||
compiler: [clang6, clang9, clang10]
|
||||
modules: [with, without]
|
||||
runs-on: ubuntu-20.04
|
||||
name: ${{ matrix.compiler }}-${{ matrix.modules }}-modules
|
||||
|
||||
Reference in New Issue
Block a user