Skip to content

Commit

Permalink
Remove other OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Mar 31, 2024
1 parent b968d7b commit dd7767d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ env:

jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

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

steps:
- name: Checkout
Expand Down

0 comments on commit dd7767d

Please sign in to comment.