Update macos-build.yml
This commit is contained in:
parent
9b968f1a27
commit
e4e6d4c550
15
.github/workflows/macos-build.yml
vendored
15
.github/workflows/macos-build.yml
vendored
@ -1,22 +1,13 @@
|
|||||||
name: macOS toolchain CI
|
name: macOS build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
macos-build-and-test-toolchain:
|
build:
|
||||||
|
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Fetch submodules
|
|
||||||
run: git submodule update --init --recursive
|
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user