Skip to content

Commit b00375f

Browse files
authored
Use Ruby 3.3 for Windows CI
3.2 has issues with non-English entries in Registry.
1 parent fa6e49f commit b00375f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- uses: ruby/setup-ruby@v1
9898
id: ruby-inst
9999
with:
100-
ruby-version: 3.2
100+
ruby-version: 3.3
101101
if: matrix.os == 'windows-latest'
102102

103103
# Install gems Windows

0 commit comments

Comments
 (0)