Skip to content

Commit

Permalink
removing non-ubuntu test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
SocksNFlops committed Mar 25, 2024
1 parent f11a197 commit 1ec4d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version: [16.20.2]
os: [macOS-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]

steps:
- name: Setup Repo
Expand Down

0 comments on commit 1ec4d8c

Please sign in to comment.