summaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos.yml
blob: 73782561ca4552bc58fa6d7838e340d6fae93653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: macOS

on: [push, pull_request]

jobs:
  build:
    # macOS 11 is broken due to https://apple.stackexchange.com/a/425730/397839
    runs-on: macOS-10.15

    steps:
      - uses: actions/checkout@v2

      - name: Run tests
        run: |
          make -j$(sysctl -n hw.ncpu) distcheck