Skip to content

Commit

Permalink
CI: disable macos build
Browse files Browse the repository at this point in the history
workaround unexplained hang, #39
  • Loading branch information
belm0 committed Feb 17, 2023
1 parent 561d626 commit 8a5a1e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # TODO: windows-latest
# macos-latest disabled due to unexplained timeout
# https://github.com/python-trio/purerpc/issues/39
os: [ubuntu-latest] # TODO: windows-latest
python-version: ['3.10']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8a5a1e5

Please sign in to comment.