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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
macos-build-and-test-toolchain:
|
||||
|
||||
build:
|
||||
runs-on: macOS-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch submodules
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch submodules
|
||||
|
Loading…
x
Reference in New Issue
Block a user