Skip to content

Commit 8ba1b44

Browse files
committed
Run CI on more platforms
1 parent 51b4f83 commit 8ba1b44

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
jobs:
1010
install:
11-
name: Rust ${{matrix.rust}}
12-
runs-on: ubuntu-latest
11+
name: Rust ${{matrix.rust}} ${{matrix.os}}
12+
runs-on: ${{matrix.os}}
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -23,6 +23,11 @@ jobs:
2323
"beta",
2424
"stable",
2525
]
26+
os: [
27+
"ubuntu-latest",
28+
"windows-latest",
29+
"macos-latest",
30+
]
2631
steps:
2732
- uses: actions/checkout@v3
2833
# Test toolchain file support

0 commit comments

Comments
 (0)