Skip to content

Commit

Permalink
chore: remove ubuntu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jul 26, 2024
1 parent 28b7f9f commit c2bdc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
os: [ macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit c2bdc2f

Please sign in to comment.