Skip to content

Commit

Permalink
rm redundant matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 29, 2024
1 parent 13fc5da commit d513e0c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,10 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
param:
[
{ os: ubuntu-latest, system: unknown-linux-gnu },
{ os: macos-latest, system: apple-darwin },
]
runs-on: ${{ matrix.param.os }}
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit d513e0c

Please sign in to comment.