Skip to content

Commit 21b13fa

Browse files
committed
chore(ci): Run more jobs on Windows
1 parent 51e86fa commit 21b13fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
name: Minimal versions
7777
strategy:
7878
matrix:
79-
os: ["ubuntu-latest"]
79+
os: ["ubuntu-latest", "windows-latest"]
8080
runs-on: ${{ matrix.os }}
8181
steps:
8282
- name: Checkout repository

.github/workflows/rust-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
name: "Check latest dependencies"
5050
strategy:
5151
matrix:
52-
os: ["ubuntu-latest"]
52+
os: ["ubuntu-latest", "windows-latest"]
5353
runs-on: ${{ matrix.os }}
5454
env:
5555
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow

0 commit comments

Comments
 (0)