We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b882a0 commit f7cd85eCopy full SHA for f7cd85e
.github/workflows/ci.yml
@@ -109,18 +109,14 @@ jobs:
109
110
examples-native_ext:
111
name: Examples / Native Ext
112
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
113
timeout-minutes: 30
114
strategy:
115
fail-fast: false
116
matrix:
117
ruby:
118
- 3.3.6
119
- jruby-9.4.9.0
120
- os:
121
- - ubuntu-latest
122
- - macos-latest
123
- - windows-latest
124
defaults:
125
run:
126
working-directory: examples/native_ext
examples/native_ext/.ruby-version
@@ -1 +1 @@
1
-3.3.6
+jruby-9.4.9.0
0 commit comments