Skip to content

Commit

Permalink
chg: dev: Disable MacOS tests
Browse files Browse the repository at this point in the history
Temporary MacOS testing only due to dependency bug: sighingnow/libclang#71
  • Loading branch information
JhnW committed Jun 29, 2024
1 parent 192581b commit 8f3dd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
os-environment: [ubuntu-20.04, windows-2019, macos-14]
python-version: [3.8]
os-environment: [ubuntu-20.04, windows-2019] # enable macos-14: https://github.com/sighingnow/libclang/issues/71
runs-on: ${{ matrix.os-environment }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8]
os-environment: [ubuntu-20.04, windows-2019, macos-14]
os-environment: [ubuntu-20.04, windows-2019] # enable macos-14: https://github.com/sighingnow/libclang/issues/71
runs-on: ${{ matrix.os-environment }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f3dd5a

Please sign in to comment.