Skip to content

Commit fafd72e

Browse files
committed
Remove tag hook
1 parent de9f069 commit fafd72e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/native-gems.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
name: Build & release precompiled gems
2-
3-
on:
4-
push:
5-
tags:
6-
- "v*"
7-
82
jobs:
93
build:
104
runs-on: ubuntu-latest
@@ -24,7 +18,7 @@ jobs:
2418
# Sets up both Ruby and Rust for testing/build steps
2519
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1
2620
with:
27-
ruby-version: "3.4" # match what you test/support
21+
ruby-version: "3.3" # match what you test/support
2822
bundler-cache: true
2923

3024
# Build + package platform gems using rb-sys & rake-compiler-dock

0 commit comments

Comments
 (0)