Skip to content

Commit 1602ae3

Browse files
Build jruby-9.4.11.0
1 parent 577b815 commit 1602ae3

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-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
14-
ruby: [truffleruby-24.1.2, truffleruby+graalvm-24.1.2]
14+
ruby: [jruby-9.4.11.0]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -121,12 +121,12 @@ jobs:
121121
run: gh release upload "toolcache" "${{ steps.ruby.outputs.archive }}"
122122

123123
buildJRubyWindows:
124-
if: false
124+
if: true
125125
strategy:
126126
fail-fast: false
127127
matrix:
128128
os: [ windows-2019 ]
129-
jruby-version: [9.4.10.0]
129+
jruby-version: [9.4.11.0]
130130
runs-on: ${{ matrix.os }}
131131
steps:
132132
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)