mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(CI/macOS): add macos-11.0 Big Sur to CI build (#4001)
This commit is contained in:
14
.github/workflows/core_build.yml
vendored
14
.github/workflows/core_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user