Skip to content

Commit

Permalink
temporarily disable CI tests on macosx (arduino#470)
Browse files Browse the repository at this point in the history
It seems that the package bou.ke/monkey is no longer supported with the
lastest macosx (it fails with a Permission denied error).
  • Loading branch information
cmaglie authored Nov 4, 2019
1 parent ef63c62 commit 5e2203b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 5e2203b

Please sign in to comment.