Skip to content

Commit

Permalink
try to tweak github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Jul 31, 2020
1 parent 275c3c3 commit b3f1f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on: [push]
jobs:
build:

runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

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

0 comments on commit b3f1f1c

Please sign in to comment.