Skip to content

Commit

Permalink
github: Disable macos action.
Browse files Browse the repository at this point in the history
FUSE doesn't work anymore here, so it just continually fails. See:
actions/runner-images#5583 (comment)
  • Loading branch information
gittup committed Sep 16, 2023
1 parent 8739d02 commit d76b853
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
# - run: ./bootstrap.sh
# - run: cd test && ./test.sh --keep-going

macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install macfuse ccache
- run: pip3 install sh
- run: ./bootstrap.sh
- run: cd test && ./test.sh --keep-going
# macos:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v2
# - run: brew install macfuse ccache
# - run: pip3 install sh
# - run: ./bootstrap.sh
# - run: cd test && ./test.sh --keep-going

0 comments on commit d76b853

Please sign in to comment.