Skip to content

Commit f51da32

Browse files
authored
Run msrv CI on windows and macos
1 parent 387b9c6 commit f51da32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ jobs:
7777

7878
minimum:
7979
name: Minimum Rust compiler
80-
runs-on: ubuntu-latest
80+
runs-on: ${{ matrix.os }}
81+
strategy:
82+
matrix:
83+
os: [windows-2022, macos-latest, ubuntu-latest]
8184
env:
8285
# If this is changed to pass tests, then set `rust-version` in `Cargo.toml` to the same version.
8386
version: 1.56.1

0 commit comments

Comments
 (0)