summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-12-27 00:25:35 -0800
committerGarrett D'Amore <garrett@damore.org>2019-12-27 00:25:35 -0800
commit1bb46ca346e666fd9c60e7be06ef7a1c927ca2f1 (patch)
tree766de486a3528ba53348bcb4d0ece28c73c5cb90 /.github
parentffc26b25dd2af96420463130603f381d4d5efae1 (diff)
downloadnng-1bb46ca346e666fd9c60e7be06ef7a1c927ca2f1.tar.gz
nng-1bb46ca346e666fd9c60e7be06ef7a1c927ca2f1.tar.bz2
nng-1bb46ca346e666fd9c60e7be06ef7a1c927ca2f1.zip
coverage collection not working on macOS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 6274bbd0..74db0715 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ ubuntu-latest, macos-latest ]
+ os: [ ubuntu-latest ]
steps:
- name: Check out code
uses: actions/checkout@v1