mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-26 11:30:27 +00:00
Update cmake-macos.yml
This commit is contained in:
parent
225c3b8ebd
commit
0c1419ec98
8
.github/workflows/cmake-macos.yml
vendored
8
.github/workflows/cmake-macos.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CMake MacOS 11
|
||||
name: CMake MacOS
|
||||
|
||||
on: [push]
|
||||
|
||||
@ -7,15 +7,11 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-11.0
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: xcode 12.2
|
||||
shell: bash
|
||||
run: sudo xcode-select -s /Applications/Xcode_12.2.app
|
||||
|
||||
- name: Brew
|
||||
run: brew install ragel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user