summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2022-01-28 13:39:46 -0800
committerAlexander Early <alexander.early@gmail.com>2022-01-28 13:39:46 -0800
commit7df1d4050bf7cd019742a4cacd040929d85d7317 (patch)
tree0bc001002244c0a659f75eb2115cff185a117ec0
parent606403a3c490c1a9de1308b8914f229cdd2d0d96 (diff)
downloadasync-7df1d4050bf7cd019742a4cacd040929d85d7317.tar.gz
reduce CI matrix
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 16a2900..7bcf25a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,7 +35,12 @@ jobs:
- 14
- 16
- 17
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest]
+ include:
+ - os: macos-latest
+ node: 16
+ - os: windows-latest
+ node: 16
browser:
- FirefoxHeadless