Skip to content

Commit 8b6fc35

Browse files
Build jruby-10.0.2.0
1 parent cb72064 commit 8b6fc35

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
@@ -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-13, macos-14 ]
14-
ruby: [ruby-3.2.9, ruby-3.3.9]
14+
ruby: [jruby-10.0.2.0]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -123,12 +123,12 @@ jobs:
123123
run: gh release upload "toolcache" "${{ steps.ruby.outputs.archive }}"
124124

125125
buildJRubyWindows:
126-
if: false
126+
if: true
127127
strategy:
128128
fail-fast: false
129129
matrix:
130130
os: [ windows-2022 ]
131-
jruby-version: [10.0.1.0]
131+
jruby-version: [10.0.2.0]
132132
runs-on: ${{ matrix.os }}
133133
steps:
134134
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)