Update cmake.yml

This commit is contained in:
ksherlock 2020-11-05 18:50:36 -05:00 committed by GitHub
parent 8f64923f9c
commit 3480881001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,10 @@ env:
jobs: jobs:
build: build:
runs-on: macos-latest runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, macos-10.15]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -17,7 +20,6 @@ jobs:
- name: Brew - name: Brew
run: | run: |
brew update
brew install ragel brew install ragel
brew install lemon brew install lemon