feat(CI/macOS): add macos-11.0 Big Sur to CI build (#4001)
This commit is contained in:
@@ -68,8 +68,12 @@ jobs:
|
|||||||
mac-build:
|
mac-build:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: macos-10.15
|
matrix:
|
||||||
name: macos-10.15
|
os:
|
||||||
|
- macos-10.15
|
||||||
|
- macos-11.0
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
name: ${{ matrix.os }}
|
||||||
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -77,10 +81,10 @@ jobs:
|
|||||||
uses: actions/cache@v1.1.2
|
uses: actions/cache@v1.1.2
|
||||||
with:
|
with:
|
||||||
path: /Users/runner/.ccache
|
path: /Users/runner/.ccache
|
||||||
key: ccache:macos-10.15:${{ github.ref }}:${{ github.sha }}
|
key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache:macos-10.15:${{ github.ref }}
|
ccache:${{ matrix.os }}:${{ github.ref }}
|
||||||
ccache:macos-10.15
|
ccache:${{ matrix.os }}
|
||||||
- name: Configure OS
|
- name: Configure OS
|
||||||
run: source ./apps/ci/mac/ci-install.sh
|
run: source ./apps/ci/mac/ci-install.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user