summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-tests.yml')
-rw-r--r--.github/workflows/ci-tests.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 6d1127b..0e146c0 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -20,17 +20,8 @@ jobs:
- "3.9"
os:
- "ubuntu-latest"
- - "windows-latest"
- - "macos-latest"
architecture:
- x64
- - x86
- exclude:
- # Linux and macOS don't have x86 python
- - os: "ubuntu-latest"
- architecture: x86
- - os: "macos-latest"
- architecture: x86
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}