Skip to content

Commit 27f9d59

Browse files
committed
skip v19 test on macos
1 parent 5d3dcc6 commit 27f9d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
matrix:
7979
version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19 ]
8080
os: [ ubuntu-latest, macos-latest, windows-latest ]
81+
exclude:
82+
- version: 19
83+
os: macos-latest # FIXME: https://github.com/cpp-linter/clang-tools-static-binaries/issues/40
8184
fail-fast: false
8285
runs-on: ${{ matrix.os }}
8386
steps:

0 commit comments

Comments
 (0)