We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6f478 commit c0b9e7aCopy full SHA for c0b9e7a
.github/workflows/build.yml
@@ -140,13 +140,13 @@ jobs:
140
vm:
141
os: openbsd
142
run: |
143
- pkg_add node protobuf ruby%3.3 ruby-shims
144
- echo 3.3 | tee /etc/ruby-version
+ pkg_add node protobuf ruby%3.4 ruby-shims
+ echo 3.4 | tee /etc/ruby-version
145
- os: ubuntu-latest
146
147
os: omnios
148
149
- pkg install build-essential node-22 protobuf ruby-33
+ pkg install build-essential node-22 protobuf ruby-34
150
pkg install "$(pkg search -HI -o pkg.name "$(ruby -e 'puts RbConfig::CONFIG["CC"]')")"
151
152
steps:
0 commit comments