Skip to content

Commit

Permalink
ci: run only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Dec 11, 2023
1 parent 6cc5a0f commit cabedca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cabedca

Please sign in to comment.