Skip to content

Commit

Permalink
Only use ubuntu builds
Browse files Browse the repository at this point in the history
Not sure we really need windows and macOS builds?
  • Loading branch information
mhart authored Apr 23, 2024
1 parent 2d0423e commit 3a89b5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 20.x ]
os: [ windows-latest, ubuntu-latest, macOS-latest ]
# TODO: Do we really need to test on windows and macOS?
# We don't even touch the filesystem, let OS stuff
# os: [ windows-latest, ubuntu-latest, macOS-latest ]
os: [ ubuntu-latest ]

steps:
- name: Check out repo
Expand Down

0 comments on commit 3a89b5f

Please sign in to comment.