Skip to content

Commit

Permalink
update pipeline to run in other OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Nov 27, 2023
1 parent b6eaf99 commit 3957c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
build:
name: Check, Build, Test
runs-on: ubuntu-latest
strategy: { matrix: { os: [ ubuntu-latest, macos-latest, windows-latest ] } }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: arduino/setup-task@v1
Expand Down

0 comments on commit 3957c3f

Please sign in to comment.