Skip to content

Commit

Permalink
Add CI jobs for windows-latest and macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Oct 19, 2022
1 parent e9d2908 commit e20eeb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ jobs:
build:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
toolchain: [ stable, beta ]
include:
- toolchain: stable
check-fmt: true
runs-on: ubuntu-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down

0 comments on commit e20eeb0

Please sign in to comment.