summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-12 02:27:55 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-12 02:27:55 -0800
commit74f39088d0beae13526ef3602c49a70226e0200a (patch)
treea9b730475da61809c3bdd7eefa30a497e1c3346c
parent0be6d9e6f423c74cbc108c970d720fc32c60e20c (diff)
downloadwebtest-74f39088d0beae13526ef3602c49a70226e0200a.tar.gz
Add back macos to matrix
-rw-r--r--.github/workflows/ci-tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index a58bafc..6d1127b 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -21,7 +21,7 @@ jobs:
os:
- "ubuntu-latest"
- "windows-latest"
-# - "macos-latest"
+ - "macos-latest"
architecture:
- x64
- x86
@@ -29,8 +29,8 @@ jobs:
# Linux and macOS don't have x86 python
- os: "ubuntu-latest"
architecture: x86
-# - os: "macos-latest"
-# architecture: x86
+ - os: "macos-latest"
+ architecture: x86
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}