chore(CI): add macos-12 (#11242)

* chore(CI): add macos-12

* Update SECURITY.md

* test changing googletest git_tag to main

* update utf8cpp

* Update DBCStorageIterator.h

Co-Authored-By: Shauren <shauren.trinity@gmail.com>

Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Patrick Lewis
2022-04-30 22:00:40 -07:00
committed by GitHub
parent bbd760cc1a
commit 94123e60f6
9 changed files with 340 additions and 63 deletions

View File

@@ -18,6 +18,7 @@ jobs:
os:
- macos-10.15
- macos-11
- macos-12
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')