summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-12 02:56:07 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-12 02:56:07 -0800
commitff497aa8994c62c45c3a404fa42e95c778afe230 (patch)
tree8e04146bbba2411f3fce0fc78d4cebe1a3e11dfb
parentdb82c0a3c68e8e3dad42822bd1baa091609d833b (diff)
downloadwebtest-ff497aa8994c62c45c3a404fa42e95c778afe230.tar.gz
Abandon attempts on macos and windows builds
-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 }}