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' }}