Skip to content

Commit c0b9e7a

Browse files
authored
Update build.yml
1 parent da6f478 commit c0b9e7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ jobs:
140140
vm:
141141
os: openbsd
142142
run: |
143-
pkg_add node protobuf ruby%3.3 ruby-shims
144-
echo 3.3 | tee /etc/ruby-version
143+
pkg_add node protobuf ruby%3.4 ruby-shims
144+
echo 3.4 | tee /etc/ruby-version
145145
- os: ubuntu-latest
146146
vm:
147147
os: omnios
148148
run: |
149-
pkg install build-essential node-22 protobuf ruby-33
149+
pkg install build-essential node-22 protobuf ruby-34
150150
pkg install "$(pkg search -HI -o pkg.name "$(ruby -e 'puts RbConfig::CONFIG["CC"]')")"
151151
152152
steps:

0 commit comments

Comments
 (0)