Skip to content

Commit 50bb73a

Browse files
committed
GHA: skip some msys2 jobs
1 parent de39d2b commit 50bb73a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test-msys2.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- msystem: "UCRT64"
2019
- msystem: "CLANG64"
21-
- msystem: "CLANG32"
2220
- msystem: "MINGW64"
23-
- msystem: "MINGW32"
21+
# skip some subsystems to save CI time:
22+
# see https://github.com/python-pillow/Pillow/pull/6888#issuecomment-1400392821
23+
# - msystem: "UCRT64"
24+
# - msystem: "CLANG32"
25+
# - msystem: "MINGW32"
2426

2527
defaults:
2628
run:

0 commit comments

Comments
 (0)