Skip to content

Commit

Permalink
Update rust-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamjamjon authored Apr 14, 2024
1 parent 51b75e9 commit a717b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a717b98

Please sign in to comment.