Skip to content

Commit

Permalink
run tests only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Sep 6, 2024
1 parent c44bce9 commit 602da8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
os:
# - windows-latest
- ubuntu-latest
# - macos-latest

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
Expand Down

0 comments on commit 602da8f

Please sign in to comment.