From 6bb7e57e45caa051f1ae2d51fb644a485d7599cb Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 4 Nov 2019 17:43:16 +0100 Subject: [PATCH] temporarily disable CI tests on macosx It seems that the package bou.ke/monkey is no longer supported with the lastest macosx (it fails with a Permission denied error). --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a38b26c5ac9..4737e297614 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - operating-system: [ubuntu-18.04, windows-2019, macOS-10.14] + operating-system: [ubuntu-18.04, windows-2019] runs-on: ${{ matrix.operating-system }}