Skip to content

Commit

Permalink
Reduce CI jobs (#209)
Browse files Browse the repository at this point in the history
* reduce CI, test 1.56 on ubuntu only

* exclude instead of include
  • Loading branch information
samuelcolvin authored Nov 11, 2022
1 parent eb8771c commit 69aa8bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- '3.11'
- 'pypy3.8'
- 'pypy3.9'
exclude:
- rust-version: '1.56.0'
os: macos
- rust-version: '1.56.0'
os: windows

runs-on: ${{ matrix.os }}-latest

Expand Down

0 comments on commit 69aa8bb

Please sign in to comment.