Skip to content

Commit d76b853

Browse files
committed
github: Disable macos action.
FUSE doesn't work anymore here, so it just continually fails. See: actions/runner-images#5583 (comment)
1 parent 8739d02 commit d76b853

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/all.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
# - run: ./bootstrap.sh
3030
# - run: cd test && ./test.sh --keep-going
3131

32-
macos:
33-
runs-on: macos-latest
34-
steps:
35-
- uses: actions/checkout@v2
36-
- run: brew install macfuse ccache
37-
- run: pip3 install sh
38-
- run: ./bootstrap.sh
39-
- run: cd test && ./test.sh --keep-going
32+
# macos:
33+
# runs-on: macos-latest
34+
# steps:
35+
# - uses: actions/checkout@v2
36+
# - run: brew install macfuse ccache
37+
# - run: pip3 install sh
38+
# - run: ./bootstrap.sh
39+
# - run: cd test && ./test.sh --keep-going

0 commit comments

Comments
 (0)