Skip to content

Commit ab520ee

Browse files
committed
fix Ruby version
1 parent e5d048a commit ab520ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
ruby-version: ['3.0']
32+
ruby-version: ['2.6']
3333
steps:
3434
- uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
3535
with:

0 commit comments

Comments
 (0)