Update rust-ci.yml

This commit is contained in:
Jamjamjon
2024-04-14 16:00:00 +08:00
committed by GitHub
parent 51b75e9a21
commit a717b98f7b

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
rust: [stable]
steps:
- uses: actions/checkout@v2
@ -27,11 +27,11 @@ jobs:
args: --workspace --examples
test:
name: Test Suite
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
rust: [stable]
steps:
- uses: actions/checkout@v2