Skip to content

Commit f7cd85e

Browse files
committed
ci: only test native_ext on ubuntu
1 parent 3b882a0 commit f7cd85e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,14 @@ jobs:
109109

110110
examples-native_ext:
111111
name: Examples / Native Ext
112-
runs-on: ${{ matrix.os }}
112+
runs-on: ubuntu-latest
113113
timeout-minutes: 30
114114
strategy:
115115
fail-fast: false
116116
matrix:
117117
ruby:
118118
- 3.3.6
119119
- jruby-9.4.9.0
120-
os:
121-
- ubuntu-latest
122-
- macos-latest
123-
- windows-latest
124120
defaults:
125121
run:
126122
working-directory: examples/native_ext

examples/native_ext/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
jruby-9.4.9.0

0 commit comments

Comments
 (0)