Fixes NBGV & Adds Big Sur to CI/CD (#317)
This commit is contained in:
parent
d2cfeb06ab
commit
00beaf8e6e
5 changed files with 13 additions and 27 deletions
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
|
|
@ -9,11 +9,15 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Build (${{ matrix.name }})
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-latest
|
||||
- os: macos-10.15
|
||||
name: MacOS 10.15
|
||||
- os: macos-11.0
|
||||
name: MacOS 11.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue