Skip to content

Commit 3a89b5f

Browse files
authored
Only use ubuntu builds
Not sure we really need windows and macOS builds?
1 parent 2d0423e commit 3a89b5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version: [ 14.x, 16.x, 18.x, 20.x ]
16-
os: [ windows-latest, ubuntu-latest, macOS-latest ]
16+
# TODO: Do we really need to test on windows and macOS?
17+
# We don't even touch the filesystem, let OS stuff
18+
# os: [ windows-latest, ubuntu-latest, macOS-latest ]
19+
os: [ ubuntu-latest ]
1720

1821
steps:
1922
- name: Check out repo

0 commit comments

Comments
 (0)