Skip to content

Commit

Permalink
Drop unnecessary Windows tests
Browse files Browse the repository at this point in the history
This is a library that does numeric computations, so the operating
system should not matter.
  • Loading branch information
mgeisler committed Jul 26, 2020
1 parent e2c21a6 commit ad135de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
rust:
- stable
- nightly

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit ad135de

Please sign in to comment.