Skip to content

Commit 485a3ad

Browse files
committed
Don't fail fast, add windows back
1 parent 24898ca commit 485a3ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
run:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
50+
fail-fast: false
5051
matrix:
51-
os: [ubuntu-22.04, ubuntu-24.04,
52+
os: [windows-2022, windows-2026,
53+
ubuntu-22.04, ubuntu-24.04,
5254
ubuntu-22.04-arm, ubuntu-24.04-arm,
5355
macos-14, macos-15]
5456
needs: build

0 commit comments

Comments
 (0)