File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,12 @@ concurrency:
2020 cancel-in-progress : true
2121
2222env :
23- FERRUM_PROCESS_TIMEOUT : 45
23+ FERRUM_PROCESS_TIMEOUT : 30
2424
2525jobs :
2626 accessibility :
2727 name : Accessibility
28- runs-on :
29- labels :
30- - runs-on
31- - runner=16cpu-linux-x64
32- - run-id=${{ github.run_id }}
28+ runs-on : ubuntu-latest
3329 steps :
3430 - uses : actions/checkout@v5
3531 - uses : ruby/setup-ruby@v1
5147 run : bundle exec rake test:accessibility
5248 components :
5349 name : Components (${{ matrix.label }})
54- runs-on :
55- labels :
56- - runs-on
57- - runner=16cpu-linux-x64
58- - run-id=${{ github.run_id }}
50+ runs-on : ubuntu-latest
5951 strategy :
6052 fail-fast : false
6153 matrix :
8981 RAILS_VERSION : ${{ matrix.rails_version }}
9082 lib :
9183 name : Lib (${{ matrix.label }})
92- runs-on :
93- labels :
94- - runs-on
95- - runner=16cpu-linux-x64
96- - run-id=${{ github.run_id }}
84+ runs-on : ubuntu-latest
9785 strategy :
9886 fail-fast : false
9987 matrix :
@@ -279,11 +267,7 @@ jobs:
279267 run : exit 1
280268 selectors :
281269 name : CSS coverage
282- runs-on :
283- labels :
284- - runs-on
285- - runner=16cpu-linux-x64
286- - run-id=${{ github.run_id }}
270+ runs-on : ubuntu-latest
287271 steps :
288272 - name : Checkout
289273 uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments