Skip to content

Commit

Permalink
chore: Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dulingzhi committed Nov 16, 2023
1 parent a809d47 commit 744a80c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ env:

jobs:
build:
runs-on: [windows-latest, macos-latest]
strategy:
matrix:
os:
- windows-latest
- macos-latest

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 744a80c

Please sign in to comment.