Skip to content

Commit 5948fb4

Browse files
.github/workflows/test_1.21.yml: also test on windows and mac.
1 parent 7ee6ef2 commit 5948fb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test_1.21.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88
jobs:
99

1010
test_branch_121:
11-
# Simple build+test on single platform using latest MuPDF from git. This is
12-
# a cut-down version of `build_wheels` except that we use latest MuPDF from
13-
# git and use a single platform and python version.
11+
# Simple build+test using latest MuPDF branch 1.21 from git. This is a
12+
# cut-down version of `build_wheels` except that we use latest MuPDF from
13+
# git and use a single python version.
1414
#
1515
name: Test branch 1.21
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest]
19+
os: [ubuntu-20.04, windows-2019, macos-10.15]
2020

2121
steps:
2222

@@ -39,8 +39,8 @@ jobs:
3939
# Build for single python version.
4040
CIBW_BUILD: "cp311*"
4141

42-
# Don't build for unsupported platforms.
43-
CIBW_SKIP: "pp* *i686 *-musllinux_* cp36*"
42+
# Don't build for unsupported platforms or win32.
43+
CIBW_SKIP: "pp* *i686 *-musllinux_* cp36* *win32*"
4444

4545
# Get cibuildwheel to run pytest with each wheel.
4646
CIBW_TEST_REQUIRES: "fontTools pytest"

0 commit comments

Comments
 (0)