Skip to content

Commit

Permalink
macos added to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrin committed Sep 22, 2022
1 parent 790bf9d commit f079afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] #, macos-latest]
ruby: ['2.5', '2.7'] #, '3.0', '3.1'] #, head, jruby, jruby-head, truffleruby, truffleruby-head]
os: [ubuntu-latest, macos-latest]
ruby: ['2.5', '2.7', '3.0', '3.1', head, jruby, jruby-head, truffleruby, truffleruby-head]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
Expand Down

0 comments on commit f079afe

Please sign in to comment.