Skip to content

Commit 9ce3089

Browse files
authored
Update ci.yml
1 parent 5f8fd68 commit 9ce3089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: Continuous integration
22

33
on: [push]
44

@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.operating-system }}
88
strategy:
99
matrix:
10-
operating-system: [ubuntu-latest, windows-latest, macos-latest]
10+
operating-system: [ubuntu-latest, windows-latest]
1111

1212
steps:
1313
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)