We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9f069 commit fafd72eCopy full SHA for fafd72e
.github/workflows/native-gems.yml
@@ -1,10 +1,4 @@
1
name: Build & release precompiled gems
2
-
3
-on:
4
- push:
5
- tags:
6
- - "v*"
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
@@ -24,7 +18,7 @@ jobs:
24
18
# Sets up both Ruby and Rust for testing/build steps
25
19
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1
26
20
with:
27
- ruby-version: "3.4" # match what you test/support
21
+ ruby-version: "3.3" # match what you test/support
28
22
bundler-cache: true
29
23
30
# Build + package platform gems using rb-sys & rake-compiler-dock
0 commit comments