gh action: only ubuntu

This commit is contained in:
tiero
2023-01-14 03:56:07 +01:00
parent f4e63c54d0
commit 4e87ae7ee7

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node: ['14.x', '16.x', '18.x']
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest]
steps:
- name: Checkout repo