summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2020-09-22 08:32:12 -0700
committerEli Bendersky <eliben@gmail.com>2020-09-22 08:32:12 -0700
commit427d1d0ba9ea6247e3ba31e29d0565c464578b57 (patch)
treecae51f933eb8a5400398ffc682e88b9dfc5afab3
parent7580ed3d992cec3510f069dd6a37d8b4a3f656a8 (diff)
downloadpycparser-p1.tar.gz
Add OSp1
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3d73f34..bb51008 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,10 +10,11 @@ on:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8]
+ os: [ubuntu-latest, macos-latest, windows-latest]
steps: