Skip to content

Commit bf39d30

Browse files
committed
fuck windows and mac os
1 parent 3d6bd4a commit bf39d30

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/rust.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
rust:
56-
- name: MSRV
57-
toolchain: stable
58-
nightly: false
5956
- name: Stable
6057
toolchain: stable
6158
nightly: false
@@ -66,6 +63,12 @@ jobs:
6663
toolchain: nightly
6764
nightly: true
6865
os: [ubuntu-latest, windows-latest, macOS-latest]
66+
include:
67+
- rust:
68+
name: MSRV
69+
toolchain: stable
70+
nightly: false
71+
os: ubuntu-latest
6972
steps:
7073
- uses: actions/checkout@v4
7174
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)