Skip to content

Commit

Permalink
Update test_setup_ruby.yml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherking authored Oct 24, 2024
1 parent 6b602f2 commit 54502fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_setup_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12 ]
version: [ '2.7', '3.0', '3.1', '3.2' ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14, macos-15 ]
version: [ '3.1', '3.2', '3.3' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 54502fd

Please sign in to comment.