Skip to content

Commit 944e10f

Browse files
committed
cross-compile: pin to Ruby 3.3
rake-compiler-dock complains about GLIBC.
1 parent b6daed7 commit 944e10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: extractions/setup-just@v1
15-
- name: setup ruby 3.4
15+
- name: setup ruby 3.3
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.4
18+
ruby-version: 3.3 # rake-compiler-dock fails with newer rubies, complaining about GLIBC.
1919
- name: build and install tree-sitter
2020
run: just setup-ts
2121
- name: setup

0 commit comments

Comments
 (0)