1 parent 53e26c4 commit 64db566Copy full SHA for 64db566
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ ubuntu-26.04, ubuntu-26.04-arm ]
14
- ruby: [jruby-10.0.6.0]
+ ruby: [ruby-4.0.5]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v6
@@ -122,7 +122,7 @@ jobs:
122
gh release upload "${{ steps.ruby.outputs.tag }}" "${{ steps.ruby.outputs.archive }}"
123
124
buildJRubyWindows:
125
- if: true
+ if: false
126
strategy:
127
128
0 commit comments