Skip to content

Commit cb96c49

Browse files
authored
Build no_std project on macOS (#32)
1 parent e906025 commit cb96c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
name: no_std
2525
strategy:
2626
matrix:
27+
platform: [ ubuntu-latest, macos-latest ]
2728
toolchain: [ stable, 1.30.0, nightly ]
28-
runs-on: ubuntu-latest
29+
runs-on: ${{ matrix.platform }}
2930
steps:
3031
- uses: actions/checkout@v2
3132
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)