Skip to content

Commit

Permalink
only run on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine authored Oct 11, 2023
1 parent 45e6fa6 commit 222a1b3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ name: continuous-integration

jobs:
tests:
strategy:
fail-fast: true
matrix:
platform: [windows-latest, macos-latest, ubuntu-20.04]

runs-on: ${{ matrix.platform }}
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 222a1b3

Please sign in to comment.