aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos-latest.yml
blob: 39ef971a02921d21a52acbe7e990af8a94dad0e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: macOS Catalina 10.15
on: 
  push:
    branches:
      - portable
  pull_request:
    branches:
      - portable
jobs:
  build:
    runs-on: macos-latest
    steps:
    - uses: actions/checkout@v1
    - name: bootstrap
      run: ./bootstrap