Skip to content

Commit

Permalink
exclude instead of include
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 11, 2022
1 parent 0cece5e commit 7b8f1eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
rust-version: [stable]
rust-version: [stable, '1.56.0']
python-version:
- '3.7'
- '3.8'
Expand All @@ -24,9 +24,11 @@ jobs:
- '3.11'
- 'pypy3.8'
- 'pypy3.9'
include:
exclude:
- rust-version: '1.56.0'
os: macos
- rust-version: '1.56.0'
os: ubuntu
os: windows

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

Expand Down

0 comments on commit 7b8f1eb

Please sign in to comment.