summaryrefslogtreecommitdiffstats
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
deleted file mode 100644
index ab359e1..0000000
--- a/.github/workflows/macos.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: macOS
-
-on: [push, pull_request]
-
-jobs:
- build:
- runs-on: macos-latest
-
- steps:
- - uses: actions/checkout@v2
-
- - name: Run tests
- run: |
- make -j$(sysctl -n hw.ncpu) distcheck