File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- os : [ubuntu-latest, windows-latest, macOS-latest ]
18+ os : [ubuntu-latest, windows-latest]
1919 flags : [--all-features, --no-default-features]
2020 steps :
2121 - uses : actions/checkout@v4
4343 runs-on : ${{ matrix.os }}
4444 strategy :
4545 matrix :
46- os : [ubuntu-latest, windows-latest, macOS-latest ]
46+ os : [ubuntu-latest, windows-latest]
4747 flags : [--all-features, --no-default-features]
4848 steps :
4949 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2424 - os_name : windows-x86_64
2525 os : windows-latest
2626 target : x86_64-pc-windows-msvc
27- - os_name : macOS-x86_64
28- os : macOS-latest
29- target : x86_64-apple-darwin
30- - os_name : macOS-aarch64
31- os : macOS-latest
32- target : aarch64-apple-darwin
3327 toolchain :
3428 - stable
3529 steps :
You can’t perform that action at this time.
0 commit comments