Update cmake.yml

This commit is contained in:
ksherlock
2020-11-05 18:50:36 -05:00
committed by GitHub
parent 8f64923f9c
commit 3480881001

View File

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