Skip to content

Commit 23fb67a

Browse files
committed
can only run tests on linux
1 parent 94649ab commit 23fb67a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ env:
1212
jobs:
1313
build_and_test:
1414
name: Build and test
15-
runs-on: ${{ matrix.os }}
15+
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest, macOS-latest]
1918
rust: [stable, nightly]
2019

2120
services:

0 commit comments

Comments
 (0)