mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
Update cmake.yml
This commit is contained in:
parent
8f64923f9c
commit
3480881001
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user