Skip to content

Commit

Permalink
Run FTs on MacOS too
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Feb 3, 2025
1 parent 4a77efd commit 85a56cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
needs: tests
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
ruby_version: ['3.1', '3.2', '3.3', '3.4']
fail-fast: false

Expand Down

0 comments on commit 85a56cf

Please sign in to comment.