Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Remove x86 tests
  • Loading branch information
telegraphic authored Mar 30, 2024
1 parent fe92469 commit 72cfdc3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
architecture: [x86, x64]
architecture: [x64]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
- os: ubuntu-latest
architecture: x86
- os: macos-latest
architecture: x86
fail-fast: false

steps:
Expand Down

0 comments on commit 72cfdc3

Please sign in to comment.