summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-13 00:31:46 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-13 00:31:46 -0800
commitb2cb96a6ac1240950ca317c71b4e8b0b9c41b9bf (patch)
treecff4c7dcf0a3f474dd35922f64ce7d05644fc0db
parent3fd3f1bc99fa117dd7a756a7985d8794515426c9 (diff)
downloadwebtest-b2cb96a6ac1240950ca317c71b4e8b0b9c41b9bf.tar.gz
Add back macos
-rw-r--r--.github/workflows/ci-tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 0d754fd..4d7a1cc 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -20,6 +20,7 @@ jobs:
- "3.9"
os:
- "ubuntu-latest"
+ - "macos-latest"
- "windows-latest"
architecture:
- x64
@@ -28,6 +29,8 @@ jobs:
# 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 }}