From 4c810ae677ed1f46744a040741475cca1f3b2e02 Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Wed, 28 Jul 2021 21:51:33 -0700 Subject: [PATCH] chore(CI): enable macos-11 (#7127) --- .github/workflows/macos_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index ec49855fa..229aacc13 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -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' }}