Skip to content

Commit 1cd12ca

Browse files
ci: focus only on ubuntu for test (#44)
Signed-off-by: Josh Nichols <[email protected]>
1 parent 7587799 commit 1cd12ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
os:
13+
- ubuntu-latest
14+
# NOTE: hold off testing other platforms until we start having native dependencies or running into issues on them
15+
# - macos-latest
16+
# - windows-latest
1317
ruby:
1418
- "2.7"
1519
- "3.0"

0 commit comments

Comments
 (0)