We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-15
build
test_color_tty
1 parent e3d2d90 commit 60fe6b6Copy full SHA for 60fe6b6
1 file changed
.github/workflows/CI-unixish.yml
@@ -311,9 +311,11 @@ jobs:
311
os: [ubuntu-22.04, macos-13, macos-15]
312
include:
313
- xdist_n: auto
314
- # FIXME: test_color_tty fails with xdist
+ # FIXME: test_color_tty fails with xdist - see #13278
315
- os: macos-13
316
xdist_n: '1'
317
+ - os: macos-15
318
+ xdist_n: '1'
319
fail-fast: false # Prefer quick result
320
321
runs-on: ${{ matrix.os }}
0 commit comments