Skip to content

Commit

Permalink
ci: build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Oct 9, 2024
1 parent 495077f commit ac8a083
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
strategy:
matrix:
version: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.version }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit ac8a083

Please sign in to comment.