mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-08-15 14:27:40 +00:00
Update cmake-macos.yml
This commit is contained in:
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]
|
on: [push]
|
||||||
|
|
||||||
@@ -7,15 +7,11 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-11.0
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: xcode 12.2
|
|
||||||
shell: bash
|
|
||||||
run: sudo xcode-select -s /Applications/Xcode_12.2.app
|
|
||||||
|
|
||||||
- name: Brew
|
- name: Brew
|
||||||
run: brew install ragel
|
run: brew install ragel
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user