Skip to content

Commit 12b7eff

Browse files
authored
refs #13278 - CI-unixish.yml: do not use xdist with macos-15 in build (mitigates test_color_tty flakiness) (#7774)
1 parent b4f07cd commit 12b7eff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,11 @@ jobs:
351351
os: [ubuntu-22.04, macos-13, macos-15]
352352
include:
353353
- xdist_n: auto
354-
# FIXME: test_color_tty fails with xdist
354+
# FIXME: test_color_tty fails with xdist - see #13278
355355
- os: macos-13
356356
xdist_n: '1'
357+
- os: macos-15
358+
xdist_n: '1'
357359
fail-fast: false # Prefer quick result
358360

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

0 commit comments

Comments
 (0)