summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-12 02:21:13 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-12 02:21:13 -0800
commit3ac3a785e94b58af4e6d407823301529a8d51e3c (patch)
treea6547031e9ae36458f29bbc33fb3b3ee2e455683
parent3d908782acab46cc2b24c31b552d3c4de5ba3990 (diff)
downloadwebtest-3ac3a785e94b58af4e6d407823301529a8d51e3c.tar.gz
Try just building on Linux to isolate failure
-rw-r--r--.github/workflows/ci-tests.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 5ac0e67..93e96b7 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -20,17 +20,17 @@ jobs:
- "3.9"
os:
- "ubuntu-latest"
- - "windows-latest"
- - "macos-latest"
+# - "windows-latest"
+# - "macos-latest"
architecture:
- x64
- - x86
- exclude:
+# - x86
+# exclude:
# Linux and macOS don't have x86 python
- - os: "ubuntu-latest"
- architecture: x86
- - os: "macos-latest"
- architecture: x86
+# - os: "ubuntu-latest"
+# architecture: x86
+# - os: "macos-latest"
+# architecture: x86
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}