Skip to content

Commit 7fbc7b1

Browse files
committed
skip nonwin
Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent 2af244b commit 7fbc7b1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@ jobs:
55
strategy:
66
matrix:
77
python-version: ["3.15-dev", "3.15t-dev"]
8-
os: [ubuntu-latest, macos-latest]
8+
os: [windows-latest]
99
experimental: [false]
10-
include:
11-
- python-version: "3.15-dev"
12-
os: windows-latest
13-
experimental: true
14-
- python-version: "3.15t-dev"
15-
os: windows-latest
16-
experimental: true
1710
fail-fast: false
1811
runs-on: ${{ matrix.os }}
1912
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)