ci: Only test one node.js version on macOS

This commit is contained in:
Jonas Platte
2022-08-08 17:50:40 +02:00
committed by Jonas Platte
parent d3d108deb8
commit e788ec6b07

View File

@@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [14.0, 16.0, 18.0]
include:
- os: ubuntu-latest
@@ -34,6 +34,7 @@ jobs:
- os: macos-latest
os-name: 🍏
node-version: 18.0
- node-version: 18.0
build-doc: true