Skip to content

Commit e2a7b3f

Browse files
committed
Chore: Fix CI to use previous runners, for supporting older Ruby
1 parent 7cb0e4a commit e2a7b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
21+
os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ]
2222
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
2323

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

0 commit comments

Comments
 (0)