chore(CI): enable macos-11 (#7127)
This commit is contained in:
parent
3a7bd8d791
commit
4c810ae677
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos_build.yml
vendored
2
.github/workflows/macos_build.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
matrix:
|
||||
os:
|
||||
- macos-10.15
|
||||
# - macos-11.0
|
||||
- macos-11
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.os }}
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && ${{ github.event.label.name == 'run-build' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue