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 b4f07cd commit 12b7effCopy full SHA for 12b7eff
1 file changed
.github/workflows/CI-unixish.yml
@@ -351,9 +351,11 @@ jobs:
351
os: [ubuntu-22.04, macos-13, macos-15]
352
include:
353
- xdist_n: auto
354
- # FIXME: test_color_tty fails with xdist
+ # FIXME: test_color_tty fails with xdist - see #13278
355
- os: macos-13
356
xdist_n: '1'
357
+ - os: macos-15
358
+ xdist_n: '1'
359
fail-fast: false # Prefer quick result
360
361
runs-on: ${{ matrix.os }}
0 commit comments