Skip to content

Commit bd62c8c

Browse files
committed
CI: test_color_tty fails on macos-15
1 parent 53c18d9 commit bd62c8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ jobs:
286286
# FIXME: test_color_tty fails with xdist
287287
- os: macos-13
288288
xdist_n: '1'
289+
# FIXME: test_color_tty fails with xdist
290+
- os: macos-15
291+
xdist_n: '1'
289292
fail-fast: false # Prefer quick result
290293

291294
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)