Skip to content

Commit d978a8b

Browse files
committed
build 3.0.0-rc1
1 parent 544fef3 commit d978a8b

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-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest ]
14-
ruby: ["jruby-9.2.14.0"]
14+
ruby: ["ruby-3.0.0-rc1"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v2
@@ -104,7 +104,7 @@ jobs:
104104
asset_content_type: application/gzip
105105

106106
buildJRubyWindows:
107-
if: true
107+
if: false
108108
strategy:
109109
fail-fast: false
110110
matrix:

0 commit comments

Comments
 (0)