Skip to content

Commit

Permalink
skip v19 test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Dec 16, 2024
1 parent 5d3dcc6 commit 27f9d59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
matrix:
version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- version: 19
os: macos-latest # FIXME: https://github.com/cpp-linter/clang-tools-static-binaries/issues/40
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 27f9d59

Please sign in to comment.