mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 17:49:58 -04:00
ci: Only test one node.js version on macOS
This commit is contained in:
committed by
Jonas Platte
parent
d3d108deb8
commit
e788ec6b07
3
.github/workflows/bindings_ci.yml
vendored
3
.github/workflows/bindings_ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user