Skip to content

Commit

Permalink
ci: focus only on ubuntu for test (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Nichols <[email protected]>
  • Loading branch information
technicalpickles authored Dec 15, 2022
1 parent 7587799 commit 1cd12ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os:
- ubuntu-latest
# NOTE: hold off testing other platforms until we start having native dependencies or running into issues on them
# - macos-latest
# - windows-latest
ruby:
- "2.7"
- "3.0"
Expand Down

0 comments on commit 1cd12ca

Please sign in to comment.