Skip to content

Commit e06ef27

Browse files
Build ruby-3.4.9
1 parent 9586f51 commit e06ef27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-15-intel, macos-14 ]
14-
ruby: [jruby-10.0.4.0]
14+
ruby: [ruby-3.4.9]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -122,7 +122,7 @@ jobs:
122122
gh release upload "${{ steps.ruby.outputs.tag }}" "${{ steps.ruby.outputs.archive }}"
123123
124124
buildJRubyWindows:
125-
if: true
125+
if: false
126126
strategy:
127127
fail-fast: false
128128
matrix:

0 commit comments

Comments
 (0)