feat(CI/macOS): add macos-11.0 Big Sur to CI build (#4001)

This commit is contained in:
Patrick Lewis
2020-12-17 06:42:26 -08:00
committed by GitHub
parent eca17381e1
commit 6f214ab089

View File

@@ -68,8 +68,12 @@ jobs:
mac-build:
strategy:
fail-fast: false
runs-on: macos-10.15
name: macos-10.15
matrix:
os:
- macos-10.15
- macos-11.0
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps:
- uses: actions/checkout@v2
@@ -77,10 +81,10 @@ jobs:
uses: actions/cache@v1.1.2
with:
path: /Users/runner/.ccache
key: ccache:macos-10.15:${{ github.ref }}:${{ github.sha }}
key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ github.sha }}
restore-keys: |
ccache:macos-10.15:${{ github.ref }}
ccache:macos-10.15
ccache:${{ matrix.os }}:${{ github.ref }}
ccache:${{ matrix.os }}
- name: Configure OS
run: source ./apps/ci/mac/ci-install.sh
- name: Build