Skip to content

Commit

Permalink
Chore: Fix CI to use previous runners, for supporting older Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 17, 2025
1 parent 7cb0e4a commit e2a7b3f
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ]
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]

name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
Expand Down

0 comments on commit e2a7b3f

Please sign in to comment.