Skip to content

Commit da19e5c

Browse files
Build ruby-3.3.4
1 parent 49a4757 commit da19e5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14 ]
14-
ruby: [jruby-9.4.8.0]
14+
ruby: [ruby-3.3.4]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127127
run: gh release upload "toolcache" "${{ steps.ruby.outputs.ruby }}-${{ steps.platform.outputs.platform }}.tar.gz"
128128

129129
buildJRubyWindows:
130-
if: true
130+
if: false
131131
strategy:
132132
fail-fast: false
133133
matrix:

0 commit comments

Comments
 (0)