File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ jobs:
21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- os :
25
- - ubuntu
26
24
ruby :
27
25
- " 3.3"
28
26
gemfile :
29
27
- gemfiles/rspec_3_13.gemfile
30
28
env :
31
29
BUNDLE_GEMFILE : ${{ matrix.gemfile }}
32
30
COVERALLS : true
33
- runs-on : ${{ matrix.os }} -latest
31
+ runs-on : ubuntu -latest
34
32
steps :
35
33
- name : Checkout
36
34
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- os :
25
- - ubuntu
26
24
ruby :
27
25
- " 3.0"
28
26
- " 3.1"
@@ -42,14 +40,13 @@ jobs:
42
40
allow_failures :
43
41
- false
44
42
include :
45
- - os : ubuntu
46
- ruby : ruby-head
43
+ - ruby : ruby-head
47
44
gemfile : gemfiles/rspec_3_13.gemfile
48
45
allow_failures : true
49
46
env :
50
47
BUNDLE_GEMFILE : " ${{ matrix.gemfile }}"
51
48
ALLOW_FAILURES : " ${{ matrix.allow_failures }}"
52
- runs-on : ${{ matrix.os }} -latest
49
+ runs-on : ubuntu -latest
53
50
continue-on-error : ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
54
51
steps :
55
52
- name : Checkout
You can’t perform that action at this time.
0 commit comments