chore(CI): enable macos-11 (#7127)

This commit is contained in:
Patrick Lewis
2021-07-28 21:51:33 -07:00
committed by GitHub
parent 3a7bd8d791
commit 4c810ae677
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
matrix: matrix:
os: os:
- macos-10.15 - macos-10.15
# - macos-11.0 - macos-11
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} name: ${{ matrix.os }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && ${{ github.event.label.name == 'run-build' }} if: github.repository == 'azerothcore/azerothcore-wotlk' && ${{ github.event.label.name == 'run-build' }}